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

Commit 9a71760

Browse files
authored
Merge pull request #119 from amardeshbd/version-bump
[UPDATE] Bumped version for next release
2 parents 398f5d0 + c80f3d2 commit 9a71760

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33

44
# ConstraintLayout Demo

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.hossainkhan.android.constraintlayout"
1212
minSdkVersion rootProject.ext.androidMinSdkVersion
1313
targetSdkVersion rootProject.ext.androidTargetSdkVersion
14-
versionCode 220
15-
versionName "2.2-constraint-layout-demo"
14+
versionCode 230
15+
versionName "2.3-constraint-layout-demo"
1616
versionNameSuffix "-${gitSha()}"
1717

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

0 commit comments

Comments
 (0)