File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/com/qonversion/android/sdk Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The latest release is available on [Bintray](https://dl.bintray.com/artemyglukho
1414``` kotlin
1515dependencies {
1616 .. .
17- implementation " com.qonversion.android.sdk:sdk:1.0.1 "
17+ implementation " com.qonversion.android.sdk:sdk:1.0.2 "
1818 .. .
1919}
2020```
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ android.enableJetifier=true
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
2222
23- libraryVersion = 1.0.1
23+ libraryVersion = 1.0.2
2424
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
1919
2020 consumerProguardFiles ' consumer-rules.pro'
2121 group = ' com.qonversion.android.sdk'
22- version = ' 1.0.1 '
22+ version = ' 1.0.2 '
2323 }
2424
2525 buildTypes {
@@ -40,12 +40,12 @@ ext {
4040
4141 PUBLISH_GROUP_ID = ' com.qonversion.android.sdk'
4242 PUBLISH_ARTIFACT_ID = ' sdk'
43- PUBLISH_VERSION = ' 1.0.1 '
43+ PUBLISH_VERSION = ' 1.0.2 '
4444
4545 kotlinVersion = ' 1.3.61'
4646 moshiVersion = ' 1.9.2'
47- retrofit_version = ' 2.8.1 '
48- okhttp_version = ' 4.6.0 '
47+ retrofit_version = ' 2.3.0 '
48+ okhttp_version = ' 3.12.8 '
4949 billing = ' 2.2.0'
5050
5151
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Qonversion private constructor(
3030
3131 companion object {
3232
33- private const val SDK_VERSION = " 1.0.1 "
33+ private const val SDK_VERSION = " 1.0.2 "
3434
3535 @JvmStatic
3636 @Volatile
You can’t perform that action at this time.
0 commit comments