Skip to content

Commit 9d9dd36

Browse files
author
ehowlsla
committed
kotlin versio update
1 parent d091b64 commit 9d9dd36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bootpay/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ dependencies {
3030
implementation 'com.squareup.retrofit2:converter-moshi:2.3.0'
3131
implementation 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
3232
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
33-
implementation 'com.android.support:appcompat-v7:25.3.1'
34-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
33+
implementation 'com.android.support:appcompat-v7:25.3.1'// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
34+
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.2.41'
35+
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
3536
}
3637
repositories {
3738
mavenCentral()

0 commit comments

Comments
 (0)