Skip to content

Commit 5b6fd9b

Browse files
author
Leonid Pliushch
committed
version 0.101
1 parent 63bfe95 commit 5b6fd9b

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
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.termux"
1818
minSdkVersion project.properties.minSdkVersion.toInteger()
1919
targetSdkVersion project.properties.targetSdkVersion.toInteger()
20-
versionCode 100
21-
versionName "0.100"
20+
versionCode 101
21+
versionName "0.101"
2222

2323
externalNativeBuild {
2424
ndkBuild {

0 commit comments

Comments
 (0)