Skip to content

Commit 47a023f

Browse files
committed
Updated to v6.65
1 parent 67e086e commit 47a023f

File tree

7 files changed

+400
-6
lines changed

7 files changed

+400
-6
lines changed

AnLinux-Adfree/.idea/deploymentTargetSelector.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnLinux-Adfree/.idea/other.xml

Lines changed: 384 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AnLinux-Adfree/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
minSdkVersion 21
77
targetSdkVersion 35
88
compileSdk 35
9-
versionCode 660
10-
versionName "6.60 Stable"
9+
versionCode 665
10+
versionName "6.65 Stable"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -21,8 +21,8 @@ android {
2121

2222
dependencies {
2323
implementation fileTree(dir: 'libs', include: ['*.jar'])
24-
implementation 'androidx.work:work-runtime:2.9.1'
25-
implementation 'androidx.annotation:annotation:1.9.0'
24+
implementation 'androidx.work:work-runtime:2.10.0'
25+
implementation 'androidx.annotation:annotation:1.9.1'
2626
implementation 'androidx.appcompat:appcompat:1.7.0'
2727
implementation 'com.google.android.material:material:1.12.0'
2828
testImplementation 'junit:junit:4.13.2'
47.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

AnLinux-Adfree/app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 660,
15-
"versionName": "6.60 Stable",
14+
"versionCode": 665,
15+
"versionName": "6.65 Stable",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

0 commit comments

Comments
 (0)