Skip to content

Commit e8a0754

Browse files
committed
Fix build for F-Droid
Signed-off-by: Fung Gwo <[email protected]>
1 parent 227f00e commit e8a0754

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "app.gwo.safenhancer.lite"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode rootProject.ext.versionCode
11-
versionName rootProject.ext.versionName
10+
versionCode 4
11+
versionName '1.2.1'
1212

1313
resConfigs "en", "zh_CN", "zh_TW"
1414
}

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ ext {
33
compileSdkVersion = 28
44
targetSdkVersion = 28
55
minSdkVersion = 21
6-
7-
// Project version
8-
versionName = '1.2.1'
9-
versionCode = 4
106
}
117

128
buildscript {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
66
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
7+
distributionSha256Sum=53b71812f18cdb2777e9f1b2a0f2038683907c90bdc406bc64d8b400e1fb2c3b

0 commit comments

Comments
 (0)