File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ dependencies {
129129 implementation " com.jakewharton.timber:timber:4.7.1"
130130
131131 // Test
132- implementation " org.mockito:mockito-core:3.1.0 "
132+ implementation " org.mockito:mockito-core:3.3.3 "
133133 implementation " com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
134134 androidTestImplementation " org.mockito:mockito-android:3.3.3"
135135 implementation " org.hamcrest:hamcrest-all:1.3"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 jcenter()
1212 }
1313 dependencies {
14- classpath ' com.android.tools.build:gradle:4.2.0-alpha02 '
14+ classpath ' com.android.tools.build:gradle:4.2.0-alpha03 '
1515 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1616 classpath " de.mannodermaus.gradle.plugins:android-junit5:$android_junit5_version "
1717 classpath " org.jacoco:org.jacoco.core:$jacoco_version "
You can’t perform that action at this time.
0 commit comments