Skip to content

Commit 5b657c6

Browse files
Release: v0.118.3
1 parent 4f033b3 commit 5b657c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId "com.termux"
3131
minSdkVersion project.properties.minSdkVersion.toInteger()
3232
targetSdkVersion project.properties.targetSdkVersion.toInteger()
33-
versionCode 1001
34-
versionName "0.118.2"
33+
versionCode 1002
34+
versionName "0.118.3"
3535

3636
if (appVersionName) versionName = appVersionName
3737
validateVersionName(versionName)

0 commit comments

Comments
 (0)