Skip to content

Commit

Permalink
Release v2.1.4 and v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Relex committed Jul 31, 2019
1 parent bf5fff8 commit 49408b7
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 @@ -13,14 +13,14 @@ Gradle
###### AndroidX
```groovy
dependencies {
implementation 'me.relex:circleindicator:2.1.3'
implementation 'me.relex:circleindicator:2.1.4'
}
```

###### Android Support Library
```groovy
dependencies {
implementation 'me.relex:circleindicator:1.3.0'
implementation 'me.relex:circleindicator:1.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions circleindicator/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

version = "2.1.3"
version = "2.1.4"

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 213
versionCode 214
versionName version
}

Expand Down

0 comments on commit 49408b7

Please sign in to comment.