Skip to content

Commit

Permalink
* version code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Beloo authored and Beloo committed Nov 10, 2016
1 parent 3b06146 commit 872208f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChipsLayoutManager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
libraryName = 'ChipsLayoutManager'
publishedGroupId = 'com.beloo.widget'
artifact = 'ChipsLayoutManager'
libraryVersion = '0.2.1'
libraryVersion = '0.2.2'

libraryDescription = 'Android. A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features'

Expand All @@ -36,7 +36,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 5
versionCode 6
versionName libraryVersion

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ but with support of CRUD animations i decided to make such stuff and share it.

with gradle
```GRADLE
compile 'com.beloo.widget:ChipsLayoutManager:0.2.1'
compile 'com.beloo.widget:ChipsLayoutManager:0.2.2'
```

Assuming you have installed jCenter provider:
Expand Down

0 comments on commit 872208f

Please sign in to comment.