Skip to content

Commit

Permalink
Bump to v0.50.1
Browse files Browse the repository at this point in the history
Bumping to re-release 0.50.0 with semantic versioned github release tag since APK attachment to release failed
  • Loading branch information
agnostic-apollo committed Dec 31, 2021
1 parent 17c0595 commit e315b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.termux.api"
minSdkVersion project.properties.minSdkVersion.toInteger()
targetSdkVersion project.properties.targetSdkVersion.toInteger()
versionCode 50
versionName "0.50.0"
versionCode 51
versionName "0.50.1"

if (appVersionName) versionName = appVersionName
validateVersionName(versionName)
Expand Down

0 comments on commit e315b53

Please sign in to comment.