Release: v0.118.2

This commit is contained in:
agnostic-apollo 2025-03-28 13:14:21 +05:00
parent a8f8be18cb
commit 21c0d51fb6
No known key found for this signature in database
GPG key ID: BCCC0287E9DCCAED

View file

@ -30,8 +30,8 @@ android {
applicationId "com.termux"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 1000
versionName "0.118.1"
versionCode 1001
versionName "0.118.2"
if (appVersionName) versionName = appVersionName
validateVersionName(versionName)