Release: v0.118.3

This commit is contained in:
agnostic-apollo 2025-05-23 02:53:15 +05:00
parent 4f033b3445
commit 5b657c6adf
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 1001
versionName "0.118.2"
versionCode 1002
versionName "0.118.3"
if (appVersionName) versionName = appVersionName
validateVersionName(versionName)