Skip to content

Commit

Permalink
Merge pull request #14 from erkutaras/develop
Browse files Browse the repository at this point in the history
update version and readme file
  • Loading branch information
erkutaras authored Dec 23, 2018
2 parents f3dc701 + 7ff8066 commit a1fd3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
**Step 2.** Add the library dependency to your project build.gradle:
```
dependencies {
implementation 'com.github.erkutaras:StateLayout:1.2.0'
implementation 'com.github.erkutaras:StateLayout:1.2.1'
}
```

Expand All @@ -41,7 +41,7 @@ _If you don't migrate your project with AndroidX yet, you may need to exclude an

```
dependencies {
implementation ('com.github.erkutaras:StateLayout:1.2.0') {
implementation ('com.github.erkutaras:StateLayout:1.2.1') {
exclude group: 'androidx.appcompat'
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 15
versionName "1.2.0"
versionCode 16
versionName "1.2.1"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit a1fd3d5

Please sign in to comment.