Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcneko committed Dec 15, 2023
1 parent 28fb04e commit f76c916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.github.lsposed.disableflagsecure"
minSdkVersion 24
targetSdkVersion 34
versionCode 6
versionName "3.0.0"
versionCode 7
versionName "3.0.1"
}

Properties localProperties = new Properties()
Expand All @@ -22,7 +22,7 @@ android {
signingConfigs {
if (localProperties.getProperty("storeFile") != null) {
config {
storeFile file(localProperties.getProperty("storeFile"))
storeFile project.rootProject.file(localProperties.getProperty("storeFile"))
storePassword localProperties.getProperty("storePassword")
keyAlias localProperties.getProperty("keyAlias")
keyPassword localProperties.getProperty("keyPassword")
Expand Down

0 comments on commit f76c916

Please sign in to comment.