Changed: Bump to v0.118.0

This commit is contained in:
agnostic-apollo
2022-01-08 03:32:35 +05:00
parent 480f92880c
commit 9259ef0be1
5 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,8 @@ android {
applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 117
versionName "0.117.0"
versionCode 118
versionName "0.118.0"
if (appVersionName) versionName = appVersionName
validateVersionName(versionName)