Skip to content

Commit

Permalink
Release: v0.13.1
Browse files Browse the repository at this point in the history
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.14` app release on PlayStore that set the `versionCode` higher than the latest F-Droid or GitHub `13` 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@e51f8d2#diff-afedc8b49d567d2de57705052be9f6521366702c15f6ea32b2ae45174cef8221
  • Loading branch information
tmzullinger committed Jun 23, 2024
1 parent a6d7176 commit 34d3302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.termux.widget"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 13
versionName "0.13.0"
versionCode 1000
versionName "0.13.1"

if (appVersionName) versionName = appVersionName
validateVersionName(versionName)
Expand Down

0 comments on commit 34d3302

Please sign in to comment.