We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1012fc commit 5f0c83fCopy full SHA for 5f0c83f
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.2.3'
9
-
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
12
mathview-lib/build.gradle
@@ -1,5 +1,5 @@
1
apply plugin: 'com.android.library'
2
-//apply plugin: 'com.github.dcendents.android-maven'
+apply plugin: 'com.github.dcendents.android-maven'
3
4
android {
5
compileSdkVersion 25
0 commit comments