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

Commit 5e6ccf4

Browse files
committed
[UPDATE] App version for next release.
1 parent 39fac0e commit 5e6ccf4

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
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.hossainkhan.android.constraintlayout"
1111
minSdkVersion rootProject.ext.androidMinSdkVersion
1212
targetSdkVersion rootProject.ext.androidTargetSdkVersion
13-
versionCode 5
14-
versionName "1.3-constraint-layout-demo"
13+
versionCode 6
14+
versionName "1.4-constraint-layout-demo"
1515
versionNameSuffix "-${gitSha()}"
1616

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

0 commit comments

Comments
 (0)