Skip to content

Commit 21c0d51

Browse files
Release: v0.118.2
1 parent a8f8be1 commit 21c0d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
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 1000
34-
versionName "0.118.1"
33+
versionCode 1001
34+
versionName "0.118.2"
3535

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

0 commit comments

Comments
 (0)