Skip to content

Commit ad2161a

Browse files
Release: v0.51.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 8c3330c commit ad2161a

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
@@ -11,7 +11,7 @@ allowed to call the API methods in this app).
1111

1212
## Installation
1313

14-
Latest version is `v0.50.1`.
14+
Latest version is `v0.51.0`.
1515

1616
Termux:API application can be obtained from [F-Droid](https://f-droid.org/en/packages/com.termux.api/).
1717

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.api"
1212
minSdk project.properties.minSdkVersion.toInteger()
1313
targetSdk project.properties.targetSdkVersion.toInteger()
14-
versionCode 51
15-
versionName "0.50.1"
14+
versionCode 1000
15+
versionName "0.51.0"
1616

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

0 commit comments

Comments
 (0)