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

Commit c6632b9

Browse files
authored
Merge pull request #44 from amardeshbd/feature/release_v1_1
[UPDATE] Version upgraded for next release.
2 parents 4f6ecb5 + 32f34e5 commit c6632b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
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 1
19-
versionName "1.0-constraint-layout-demo"
18+
versionCode 2
19+
versionName "1.1-constraint-layout-demo"
2020
versionNameSuffix "-${gitSha()}"
2121

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

0 commit comments

Comments
 (0)