Skip to content

Commit 613dc98

Browse files
committedJun 22, 2024
Release: v0.8.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 `8` 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. - termux/termux-app#4000 - termux/termux-app#4012 - termux-play-store/termux-apps@9c10607
1 parent 5aafa2c commit 613dc98

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
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.termux.boot"
1313
minSdk project.properties.minSdkVersion.toInteger()
1414
targetSdk project.properties.targetSdkVersion.toInteger()
15-
versionCode 8
16-
versionName "0.8.0"
15+
versionCode 1000
16+
versionName "0.8.1"
1717

1818
if (appVersionName) versionName = appVersionName
1919
validateVersionName(versionName)

0 commit comments

Comments
 (0)