Skip to content

Commit

Permalink
Release version v0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Grimler91 committed Dec 26, 2021
1 parent 9e496d6 commit 17c0595
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 49
versionName "0.49.0"
versionCode 50
versionName "0.50.0"

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

0 comments on commit 17c0595

Please sign in to comment.