Skip to content

Commit 9c361ab

Browse files
committed
Fix build files
1 parent 2e09a2c commit 9c361ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example-client/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.3.0'
11-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1211
}
1312
}
1413

lib/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
classpath 'com.android.tools.build:gradle:3.3.0'
11-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1212
classpath 'org.codehaus.groovy:groovy-android-gradle-plugin:2.0.0'
1313
}
1414
}

0 commit comments

Comments
 (0)