Skip to content

Commit

Permalink
Fix build for F-Droid
Browse files Browse the repository at this point in the history
Signed-off-by: Fung Gwo <fython@163.com>
  • Loading branch information
fython committed Apr 24, 2019
1 parent 227f00e commit e8a0754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "app.gwo.safenhancer.lite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
versionCode 4
versionName '1.2.1'

resConfigs "en", "zh_CN", "zh_TW"
}
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ ext {
compileSdkVersion = 28
targetSdkVersion = 28
minSdkVersion = 21

// Project version
versionName = '1.2.1'
versionCode = 4
}

buildscript {
Expand Down
1 change: 1 addition & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionSha256Sum=53b71812f18cdb2777e9f1b2a0f2038683907c90bdc406bc64d8b400e1fb2c3b

0 comments on commit e8a0754

Please sign in to comment.