Skip to content

Commit

Permalink
chore(Chamleone) : prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sangcomz committed Aug 4, 2019
1 parent 578f3f0 commit ae20bbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

Chameleon deals with the Status of RecyclerView.

## What's New in 0.1.1? :tada:
- [New Feature] change text and icons dynamically
- [New Feature] Chameleon is available in all views
## What's New in 0.1.2? :tada:
- [Bug] change `defaultState` -> `defaultChameleonState` (#14)

## How to Use

Expand All @@ -21,7 +20,7 @@ Chameleon deals with the Status of RecyclerView.
}
dependencies {
compile 'com.github.sangcomz:Chameleon:v0.1.1'
compile 'com.github.sangcomz:Chameleon:v0.1.2'
}
```
### Usage
Expand Down
2 changes: 0 additions & 2 deletions chameleon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ':app', ':chameleon'

gradle.ext.set('versionCode', 9)
gradle.ext.set('versionName', '0.1.1')
gradle.ext.set('versionCode', 10)
gradle.ext.set('versionName', '0.1.2')

gradle.ext.set('minSdk', 15)
gradle.ext.set('targetSdk', 28)
Expand Down

0 comments on commit ae20bbc

Please sign in to comment.