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

Commit 2a4c5a9

Browse files
authored
Merge pull request #100 from amardeshbd/ted-talk-release
[UPDATE] Version for new release.
2 parents 72d7c20 + 993f083 commit 2a4c5a9

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ These are the **my** objectives for this demo application.
6464
Here is a snapshot of current progress _(This will be updated from time to time)_.
6565

6666
![Browse Layout Variances - Landscape Mode](https://user-images.githubusercontent.com/99822/39678468-6de62ce8-515b-11e8-9516-5203bef17d8a.png)
67-
![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)
67+
![Show Layout Screen](https://user-images.githubusercontent.com/99822/39677193-c55efc3c-5144-11e8-822f-b55664d8e5e2.png) ![Complete Demo - Moview Details](https://user-images.githubusercontent.com/99822/56074662-80d4b280-5d84-11e9-83a5-4c6440662359.png) ![Complete Demo - TED Talk](https://user-images.githubusercontent.com/99822/58756502-b6199900-84c7-11e9-9b57-34455a1633cf.png)
6868

6969

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

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

0 commit comments

Comments
 (0)