Skip to content

Commit e315b53

Browse files
Bump to v0.50.1
Bumping to re-release 0.50.0 with semantic versioned github release tag since APK attachment to release failed
1 parent 17c0595 commit e315b53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 50
13-
versionName "0.50.0"
12+
versionCode 51
13+
versionName "0.50.1"
1414

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

0 commit comments

Comments
 (0)