version 0.100

This commit is contained in:
Leonid Pliushch
2020-09-28 00:59:52 +03:00
parent 25523ae224
commit af95a99854

View File

@@ -17,8 +17,8 @@ android {
applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 99
versionName "0.99"
versionCode 100
versionName "0.100"
externalNativeBuild {
ndkBuild {