Skip to content

Commit 6cbba5f

Browse files
Release: v0.14.0
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
1 parent a3529f6 commit 6cbba5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A [Termux] plugin app to run scripts in Termux with launcher shortcuts and widge
2121

2222
### Installation
2323

24-
Latest version is `v0.13.0`.
24+
Latest version is `v0.14.0`.
2525

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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.termux.widget"
1212
minSdk project.properties.minSdkVersion.toInteger()
1313
targetSdk project.properties.targetSdkVersion.toInteger()
14-
versionCode 13
15-
versionName "0.13.0"
14+
versionCode 1000
15+
versionName "0.14.0"
1616

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

0 commit comments

Comments
 (0)