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

Commit b280e78

Browse files
authored
Merge pull request #92 from amardeshbd/new-release
[RELEASE] Version bump
2 parents be4efea + e611cc7 commit b280e78

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 8
14-
versionName "1.6-constraint-layout-demo"
13+
versionCode 9
14+
versionName "1.7-constraint-layout-demo"
1515
versionNameSuffix "-${gitSha()}"
1616

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

0 commit comments

Comments
 (0)