Skip to content

Commit

Permalink
Merge pull request #12 from SlaVcE14/1.3.1
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
SlaVcE14 authored May 3, 2022
2 parents de451ee + 09433bf commit de1f5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
Add implementation:
```
dependencies {
implementation 'com.github.slavce14:SJ-Library:1.3.0.1'
implementation 'com.github.slavce14:SJ-Library:1.3.1'
}
```
[![](https://jitpack.io/v/slavce14/SJ-Library.svg)](https://jitpack.io/#slavce14/SJ-Library)
4 changes: 2 additions & 2 deletions SJDialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {

defaultConfig {
minSdk 23
versionCode 7
versionName "1.3.0.1"
versionCode 8
versionName "1.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit de1f5b0

Please sign in to comment.