File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies {
3131 implementation project(' :jadesharedpreference-annotations' )
3232
3333 // implementation project(":annotations")
34- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 2.10.0'
3534 implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
3635
3736
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 dependencies {
1010
11- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
11+ // classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
1212 classpath ' com.android.tools.build:gradle:3.2.1'
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414
You can’t perform that action at this time.
0 commit comments