Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 6d5a0a2

Browse files
committed
1.26 release
1 parent 0d9b014 commit 6d5a0a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ def keystoreProperties = new Properties()
66
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
77

88
android {
9-
compileSdkVersion 28
10-
buildToolsVersion "28.0.3"
9+
compileSdkVersion 29
1110

1211
defaultConfig {
1312
applicationId "eu.faircode.xlua"
1413
minSdkVersion 23
15-
targetSdkVersion 28
16-
versionCode 126
17-
versionName "1.25"
14+
targetSdkVersion 29
15+
versionCode 127
16+
versionName "1.26"
1817
archivesBaseName = "XPrivacyLua-v$versionName-$versionCode"
1918
}
2019
signingConfigs {

0 commit comments

Comments
 (0)