Skip to content

Commit

Permalink
Release: v0.14.0
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 in case the `versionCode` is set to higher than the latest F-Droid or GitHub 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
  • Loading branch information
agnostic-apollo committed Jan 16, 2025
1 parent a3529f6 commit 6cbba5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A [Termux] plugin app to run scripts in Termux with launcher shortcuts and widge

### Installation

Latest version is `v0.13.0`.
Latest version is `v0.14.0`.

Check [`termux-app` Installation](https://github.com/termux/termux-app#Installation) for details before reading forward.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.termux.widget"
minSdk project.properties.minSdkVersion.toInteger()
targetSdk project.properties.targetSdkVersion.toInteger()
versionCode 13
versionName "0.13.0"
versionCode 1000
versionName "0.14.0"

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

0 comments on commit 6cbba5f

Please sign in to comment.