Skip to content

Commit 4d65c57

Browse files
Release: 0.8.0
1 parent 5e8bebf commit 4d65c57

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
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.termux.boot"
1313
minSdk project.properties.minSdkVersion.toInteger()
1414
targetSdk project.properties.targetSdkVersion.toInteger()
15-
versionCode 7
16-
versionName "0.7.0"
15+
versionCode 8
16+
versionName "0.8.0"
1717

1818
if (appVersionName) versionName = appVersionName
1919
validateVersionName(versionName)

0 commit comments

Comments
 (0)