Loading app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ dependencies { // for tests androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation "androidx.test:rules:1.5.0" androidTestImplementation "androidx.arch.core:core-testing:2.1.0" androidTestImplementation "androidx.arch.core:core-testing:2.2.0" androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" androidTestImplementation "androidx.work:work-testing:2.8.0" Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.4.1' classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibs}" classpath "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:${versions.kotlin}-${versions.ksp}" Loading Loading
app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ dependencies { // for tests androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation "androidx.test:rules:1.5.0" androidTestImplementation "androidx.arch.core:core-testing:2.1.0" androidTestImplementation "androidx.arch.core:core-testing:2.2.0" androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}" androidTestImplementation "androidx.work:work-testing:2.8.0" Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.4.1' classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibs}" classpath "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:${versions.kotlin}-${versions.ksp}" Loading