Skip to content

Commit

Permalink
Version 2024010301
Browse files Browse the repository at this point in the history
  • Loading branch information
kasnder committed Jan 3, 2024
1 parent 85056a3 commit 32ebec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdk 22
targetSdk 34
//noinspection HighAppVersionCode
versionCode 2024010201
versionName "2024.01.02"
versionCode 2024010301
versionName "2024.01.03"

externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
// https://developer.android.com/studio
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/2024010201.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2024010301.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix 'Email' and 'Fingerprinting' categories; this enable more blocking than previously
- Sync latest NetGuard changes to increase compatibility with Android 14
- Fix bugs, and update dependencies and host lists

0 comments on commit 32ebec0

Please sign in to comment.