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

Commit 49aae86

Browse files
authored
Merge pull request #79 from amardeshbd/release-14
[UPDATE] App version for next release.
2 parents 39fac0e + 5e6ccf4 commit 49aae86

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)