Skip to content

Commit 43317b7

Browse files
Release: v0.118.1
The `versionCode` has been bumped to `1000` so that users who have installed from F-Droid or GitHub should not have the app attempted to be updated by Google PlayStore and failing and also shown in PlayStore app updates list due to non-collaborative `v0.120` app release on PlayStore that set the `versionCode` higher than the latest F-Droid or GitHub `118` release. Unlike F-Droid, PlayStore does not check for difference in app APK signature before attempting to download and then failing to install due to signature mismatch. - #4000 - #4012
1 parent 2a008d8 commit 43317b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "com.termux"
3131
minSdkVersion project.properties.minSdkVersion.toInteger()
3232
targetSdkVersion project.properties.targetSdkVersion.toInteger()
33-
versionCode 118
34-
versionName "0.118.0"
33+
versionCode 1000
34+
versionName "0.118.1"
3535

3636
if (appVersionName) versionName = appVersionName
3737
validateVersionName(versionName)

0 commit comments

Comments
 (0)