From e1e1a499d7a92c45ea8495050d53a5311bf38d1d Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sat, 13 Apr 2019 00:42:52 -0400 Subject: [PATCH 1/2] [UPDATE] App version for new release. --- README.md | 3 ++- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9591a6c..ef7a9a5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ See https://github.com/googlesamples/android-ConstraintLayoutExamples * Each example may also contain additional resource links to blog or technical articles * Example may have set of sliders/toggle to change metrics dynamically to visualize. +See **[contribution](CONTRIBUTING.md)** guideline if you want to add demos or fix something. ### `ConstraintLayout` features to cover - [ ] Relative positioning @@ -61,7 +62,7 @@ These are the **my** objectives for this demo application. Here is a snapshot of current progress _(This will be updated from time to time)_. ![Browse Layout Variances - Landscape Mode](https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png) -![Show Layout Screen](https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png) ![Complete Demo](https://user-images.githubusercontent.com/99822/56073672-f84f1580-5d75-11e9-960e-46640546155e.png) +![Show Layout Screen](https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png) ![Complete Demo](https://user-images.githubusercontent.com/99822/56074662-80d4b280-5d84-11e9-83a5-4c6440662359.png) ### Screencast diff --git a/app/build.gradle b/app/build.gradle index e0b59cf..9c52bc0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.hossainkhan.android.constraintlayout" minSdkVersion rootProject.ext.androidMinSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion - versionCode 7 - versionName "1.5-constraint-layout-demo" + versionCode 8 + versionName "1.8-constraint-layout-demo" versionNameSuffix "-${gitSha()}" buildConfigField "String", "GIT_SHA", "\"${gitSha()}\"" From b71249ed086ca52e45cb560b410e47b9d8e6b0f5 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sat, 13 Apr 2019 00:46:41 -0400 Subject: [PATCH 2/2] [FIXED] App version number --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9c52bc0..5eb36bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion rootProject.ext.androidMinSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion versionCode 8 - versionName "1.8-constraint-layout-demo" + versionName "1.6-constraint-layout-demo" versionNameSuffix "-${gitSha()}" buildConfigField "String", "GIT_SHA", "\"${gitSha()}\""