Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed May 16, 2020
1 parent 225a0d3 commit 7e5764c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ And add the library to your module **build.gradle**:

```gradle
dependencies {
implementation 'com.github.javiersantos:MaterialStyledDialogs:3.1'
implementation 'com.github.javiersantos:MaterialStyledDialogs:3.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.github.javiersantos.materialstyleddialogs.demo"
minSdkVersion 16
targetSdkVersion 29
versionCode 310
versionName "3.1.0"
versionCode 301
versionName "3.0.1"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 310
versionName "3.1.0"
versionCode 301
versionName "3.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 7e5764c

Please sign in to comment.