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

Commit 8f4df3f

Browse files
authored
Merge pull request #85 from amardeshbd/update-release-version
[UPDATE] Release version for next release.
2 parents 0cf4677 + 6d4aaa7 commit 8f4df3f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# ConstraintLayout Demo
5-
> NOTE: This is currently not in active development. See [official demo](#bookmark-official-demo) for complete set of examples.
5+
> NOTE: See [official demo](#bookmark-official-demo) project by Google for complete set of examples.
66
77
A demo application for Android `ConstraintLayout` with various usage with sample code.
88

@@ -60,9 +60,9 @@ These are the **my** objectives for this demo application.
6060
## Preview
6161
Here is a snapshot of current progress _(This will be updated from time to time)_.
6262

63-
![Browse Layout Variances](https://user-images.githubusercontent.com/99822/39677194-c57a1ef4-5144-11e8-86ad-ab16850b5e95.png) ![Show Layout Screen](https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png)
64-
![Browse Layout Variances - Landscape Mode](https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png)
63+
![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+
6566

6667
### Screencast
6768
![screencast](https://user-images.githubusercontent.com/99822/55640296-50e04a80-5799-11e9-9209-01b99e7ddd52.gif)
68-

app/build.gradle

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

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

app/src/main/java/com/hossainkhan/android/demo/data/LayoutDataStore.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class LayoutDataStore @Inject constructor(
176176
layoutResourceId = R.layout.demo_movie_details,
177177
thumbnailResourceId = R.drawable.spider_verse_poster,
178178
title = "Demo: Movie Details",
179-
description = "A demo screen containing movie details.")
179+
description = "A demo screen containing movie details. Rotate device to see constraints in action.")
180180

181181

182182
/*

0 commit comments

Comments
 (0)