Skip to content

Commit 291d6bc

Browse files
committed
fixing bug
1 parent cf05028 commit 291d6bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)