version 0.98 (v0.97 is non-release, so updating from 0.96 to 0.98)

This commit is contained in:
Leonid Pliushch
2020-08-07 15:39:44 +03:00
parent 70580abd50
commit 619552ec5c

View File

@@ -17,8 +17,8 @@ android {
applicationId "com.termux" applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger() minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger() targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 96 versionCode 98
versionName "0.96" versionName "0.98"
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {