@@ -4,8 +4,8 @@ apply plugin: 'kotlin-android-extensions'
4
4
apply plugin : ' maven-publish'
5
5
6
6
buildscript {
7
- ext. versionCode = 17
8
- ext. versionName = ' 0.7.2 '
7
+ ext. versionCode = 18
8
+ ext. versionName = ' 0.7.3 '
9
9
}
10
10
11
11
android {
@@ -75,14 +75,14 @@ publishing {
75
75
76
76
dependencies {
77
77
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
78
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
79
- implementation ' androidx.appcompat:appcompat:1.1 .0'
80
- implementation ' androidx.core:core-ktx:1.2.0 '
81
- implementation ' com.squareup.retrofit2:retrofit:2.7.2 '
82
- implementation ' com.squareup.retrofit2:converter-gson:2.7.2 '
83
- implementation ' com.squareup.okhttp3:okhttp:4.4 .0'
78
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8 :$kotlin_version "
79
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
80
+ implementation ' androidx.core:core-ktx:1.3.2 '
81
+ implementation ' com.squareup.retrofit2:retrofit:2.9.0 '
82
+ implementation ' com.squareup.retrofit2:converter-gson:2.9.0 '
83
+ implementation ' com.squareup.okhttp3:okhttp:4.9 .0'
84
84
implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
85
- testImplementation ' junit:junit:4.13'
86
- androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
87
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
85
+ testImplementation ' junit:junit:4.13.1 '
86
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2 '
87
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
88
88
}
0 commit comments