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

Commit

Permalink
1.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Nov 15, 2019
1 parent 0d9b014 commit 6d5a0a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29

defaultConfig {
applicationId "eu.faircode.xlua"
minSdkVersion 23
targetSdkVersion 28
versionCode 126
versionName "1.25"
targetSdkVersion 29
versionCode 127
versionName "1.26"
archivesBaseName = "XPrivacyLua-v$versionName-$versionCode"
}
signingConfigs {
Expand Down

0 comments on commit 6d5a0a2

Please sign in to comment.