Skip to content

Commit 17c0595

Browse files
committed
Release version v0.50
1 parent 9e496d6 commit 17c0595

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
@@ -9,8 +9,8 @@ android {
99
applicationId "com.termux.api"
1010
minSdkVersion project.properties.minSdkVersion.toInteger()
1111
targetSdkVersion project.properties.targetSdkVersion.toInteger()
12-
versionCode 49
13-
versionName "0.49.0"
12+
versionCode 50
13+
versionName "0.50.0"
1414

1515
if (appVersionName) versionName = appVersionName
1616
validateVersionName(versionName)

0 commit comments

Comments
 (0)