Skip to content

Commit

Permalink
Release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Apr 17, 2024
1 parent 5e8bebf commit 4d65c57
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 @@ -12,8 +12,8 @@ android {
applicationId "com.termux.boot"
minSdk project.properties.minSdkVersion.toInteger()
targetSdk project.properties.targetSdkVersion.toInteger()
versionCode 7
versionName "0.7.0"
versionCode 8
versionName "0.8.0"

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

0 comments on commit 4d65c57

Please sign in to comment.