Loading build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildscript { ext.versions = [ kotlin: '1.3.31', dokka: '0.9.17', dokka: '0.9.18', conscrypt: '2.1.0' ] Loading Loading @@ -58,8 +58,8 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0' implementation "org.conscrypt:conscrypt-android:${versions.conscrypt}" androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.3' androidTestImplementation 'commons-io:commons-io:2.6' androidTestImplementation 'org.apache.commons:commons-lang3:3.8.1' Loading Loading
build.gradle +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildscript { ext.versions = [ kotlin: '1.3.31', dokka: '0.9.17', dokka: '0.9.18', conscrypt: '2.1.0' ] Loading Loading @@ -58,8 +58,8 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0' implementation "org.conscrypt:conscrypt-android:${versions.conscrypt}" androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.3' androidTestImplementation 'commons-io:commons-io:2.6' androidTestImplementation 'org.apache.commons:commons-lang3:3.8.1' Loading