Skip to content

Commit 34aaea5

Browse files
committed
Bump up version to 0.7.3
1 parent de9bd94 commit 34aaea5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pluto-kotlin-client-sdk/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'maven-publish'
55

66
buildscript {
7-
ext.versionCode = 17
8-
ext.versionName = '0.7.2'
7+
ext.versionCode = 18
8+
ext.versionName = '0.7.3'
99
}
1010

1111
android {
@@ -75,14 +75,14 @@ publishing {
7575

7676
dependencies {
7777
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'
8484
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'
8888
}

0 commit comments

Comments
 (0)