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

Commit 2d55a54

Browse files
authored
Merge pull request #64 from amardeshbd/new-release
[UPDATE] Version bump for new release.
2 parents 0c7a63f + 6c12a87 commit 2d55a54

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
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.hossainkhan.android.constraintlayout"
1616
minSdkVersion rootProject.ext.androidMinSdkVersion
1717
targetSdkVersion rootProject.ext.androidTargetSdkVersion
18-
versionCode 2
19-
versionName "1.1-constraint-layout-demo"
18+
versionCode 4
19+
versionName "1.2-constraint-layout-demo"
2020
versionNameSuffix "-${gitSha()}"
2121

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

0 commit comments

Comments
 (0)