Skip to content

Commit 32ebec0

Browse files
committed
Version 2024010301
1 parent 85056a3 commit 32ebec0

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdk 22
99
targetSdk 34
1010
//noinspection HighAppVersionCode
11-
versionCode 2024010201
12-
versionName "2024.01.02"
11+
versionCode 2024010301
12+
versionName "2024.01.03"
1313

1414
externalNativeBuild {
1515
cmake {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
// https://developer.android.com/studio
10-
classpath 'com.android.tools.build:gradle:8.1.0'
10+
classpath 'com.android.tools.build:gradle:8.2.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

fastlane/metadata/android/en-US/changelogs/2024010201.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix 'Email' and 'Fingerprinting' categories; this enable more blocking than previously
2+
- Sync latest NetGuard changes to increase compatibility with Android 14
3+
- Fix bugs, and update dependencies and host lists

0 commit comments

Comments
 (0)