Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit b71249e

Browse files
committed
[FIXED] App version number
1 parent e1e1a49 commit b71249e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion rootProject.ext.androidMinSdkVersion
1212
targetSdkVersion rootProject.ext.androidTargetSdkVersion
1313
versionCode 8
14-
versionName "1.8-constraint-layout-demo"
14+
versionName "1.6-constraint-layout-demo"
1515
versionNameSuffix "-${gitSha()}"
1616

1717
buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""

0 commit comments

Comments
 (0)