Loading build.gradle +10 −10 Original line number Diff line number Diff line buildscript { ext.kotlin_version = '1.2.40' ext.kotlin_version = '1.2.50' ext.dokka_version = '0.9.16' repositories { Loading @@ -9,7 +9,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.android.tools.build:gradle:3.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${dokka_version}" } Loading @@ -33,7 +33,7 @@ android { buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 14 minSdkVersion 23 targetSdkVersion 27 buildConfigField "String", "version_okhttp", "\"$okhttp_version\"" Loading @@ -55,14 +55,14 @@ android { } dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" compile "com.squareup.okhttp3:okhttp:$okhttp_version" api "com.squareup.okhttp3:okhttp:$okhttp_version" androidTestCompile "com.squareup.okhttp3:mockwebserver:$okhttp_version" androidTestCompile 'com.android.support.test:runner:1.0.2' androidTestImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" androidTestImplementation 'com.android.support.test:runner:1.0.2' testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testCompile 'junit:junit:4.12' testCompile "com.squareup.okhttp3:mockwebserver:$okhttp_version" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testImplementation 'junit:junit:4.12' testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" } Loading
build.gradle +10 −10 Original line number Diff line number Diff line buildscript { ext.kotlin_version = '1.2.40' ext.kotlin_version = '1.2.50' ext.dokka_version = '0.9.16' repositories { Loading @@ -9,7 +9,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.android.tools.build:gradle:3.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:${dokka_version}" } Loading @@ -33,7 +33,7 @@ android { buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 14 minSdkVersion 23 targetSdkVersion 27 buildConfigField "String", "version_okhttp", "\"$okhttp_version\"" Loading @@ -55,14 +55,14 @@ android { } dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" compile "com.squareup.okhttp3:okhttp:$okhttp_version" api "com.squareup.okhttp3:okhttp:$okhttp_version" androidTestCompile "com.squareup.okhttp3:mockwebserver:$okhttp_version" androidTestCompile 'com.android.support.test:runner:1.0.2' androidTestImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" androidTestImplementation 'com.android.support.test:runner:1.0.2' testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testCompile 'junit:junit:4.12' testCompile "com.squareup.okhttp3:mockwebserver:$okhttp_version" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testImplementation 'junit:junit:4.12' testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" }