diff --git a/README.md b/README.md index b956737..b268596 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/SJDialog/build.gradle b/SJDialog/build.gradle index be6c62f..1608a82 100644 --- a/SJDialog/build.gradle +++ b/SJDialog/build.gradle @@ -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"