Skip to content

Commit 08738df

Browse files
committed
1.25 release
1 parent 21d8d39 commit 08738df

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.idea/encodings.xml

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

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "eu.faircode.xlua"
99
minSdkVersion 23
1010
targetSdkVersion 28
11-
versionCode 125
12-
versionName "1.24"
11+
versionCode 126
12+
versionName "1.25"
1313
archivesBaseName = "XPrivacyLua-v$versionName-$versionCode"
1414
}
1515

@@ -56,8 +56,8 @@ dependencies {
5656
implementation('com.github.bumptech.glide:glide:4.8.0') {
5757
exclude group: "com.android.support"
5858
}
59-
annotationProcessor 'androidx.annotation:annotation:1.0.1'
60-
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
59+
annotationProcessor 'androidx.annotation:annotation:1.1.0'
60+
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
6161

6262
// https://github.com/rovo89/XposedBridge/wiki/Using-the-Xposed-Framework-API
6363
// https://bintray.com/rovo89/de.robv.android.xposed/api

0 commit comments

Comments
 (0)