This repository was archived by the owner on Aug 22, 2024. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- [ ![ CircleCI] ( https://circleci.com/gh/amardeshbd/android-constraint-layout-cheatsheet.svg?style=svg )] ( https://circleci.com/gh/amardeshbd/android-constraint-layout-cheatsheet ) [ ![ codebeat badge] ( https://codebeat.co/badges/bf0c09f2-f87c-49cc-b437-ee1a975ed830 )] ( https://codebeat.co/projects/github-com-amardeshbd-android-constraint-layout-cheatsheet-master ) [ ![ Beta Badge] ( https://img.shields.io/badge/Google%20Play-BETA-orange.svg )] ( https://play.google.com/store/apps/details?id=com.hossainkhan.android.constraintlayout ) [ ![ ] ( https://img.shields.io/github/release/amardeshbd/android-constraint-layout-cheatsheet.svg?label=latest )] ( https://github.com/amardeshbd/android-constraint-layout-cheatsheet/releases ) ![ ] ( https://img.shields.io/badge/AS%20Compatibility-v3.3.2 -green.svg?logo=android )
1
+ [ ![ CircleCI] ( https://circleci.com/gh/amardeshbd/android-constraint-layout-cheatsheet.svg?style=svg )] ( https://circleci.com/gh/amardeshbd/android-constraint-layout-cheatsheet ) [ ![ codebeat badge] ( https://codebeat.co/badges/bf0c09f2-f87c-49cc-b437-ee1a975ed830 )] ( https://codebeat.co/projects/github-com-amardeshbd-android-constraint-layout-cheatsheet-master ) [ ![ Beta Badge] ( https://img.shields.io/badge/Google%20Play-BETA-orange.svg )] ( https://play.google.com/store/apps/details?id=com.hossainkhan.android.constraintlayout ) [ ![ ] ( https://img.shields.io/github/release/amardeshbd/android-constraint-layout-cheatsheet.svg?label=latest )] ( https://github.com/amardeshbd/android-constraint-layout-cheatsheet/releases ) ![ ] ( https://img.shields.io/badge/AS%20Compatibility-v4.0 -green.svg?logo=android )
2
2
3
3
4
4
# ConstraintLayout Demo
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId " com.hossainkhan.android.constraintlayout"
12
12
minSdkVersion rootProject. ext. androidMinSdkVersion
13
13
targetSdkVersion rootProject. ext. androidTargetSdkVersion
14
- versionCode 220
15
- versionName " 2.2 -constraint-layout-demo"
14
+ versionCode 230
15
+ versionName " 2.3 -constraint-layout-demo"
16
16
versionNameSuffix " -${ gitSha()} "
17
17
18
18
buildConfigField " String" , " GIT_SHA" , " \" ${ gitSha()} \" "
You can’t perform that action at this time.
0 commit comments