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

Commit 7a1d6f7

Browse files
authored
Merge pull request #87 from amardeshbd/minor-release
[UPDATE] App version for new release.
2 parents 9cb8280 + b71249e commit 7a1d6f7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ See https://github.com/googlesamples/android-ConstraintLayoutExamples
2323
* Each example may also contain additional resource links to blog or technical articles
2424
* Example may have set of sliders/toggle to change metrics dynamically to visualize.
2525

26+
See **[contribution](CONTRIBUTING.md)** guideline if you want to add demos or fix something.
2627

2728
### `ConstraintLayout` features to cover
2829
- [ ] Relative positioning
@@ -61,7 +62,7 @@ These are the **my** objectives for this demo application.
6162
Here is a snapshot of current progress _(This will be updated from time to time)_.
6263

6364
![Browse Layout Variances - Landscape Mode](https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png)
64-
![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)
65+
![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)
6566

6667

6768
### Screencast

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

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

0 commit comments

Comments
 (0)