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 96344fe commit fdbc277Copy full SHA for fdbc277
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
12
-// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
13
}
14
15
siberiadante/build.gradle
@@ -1,6 +1,7 @@
1
apply plugin: 'com.android.library'
2
-//apply plugin: 'com.github.dcendents.android-maven'
3
-//group = 'com.github.SiberiaDante'
+apply plugin: 'com.github.dcendents.android-maven'
+
4
+group='com.github.SiberiaDante'
5
android {
6
compileSdkVersion 24
7
buildToolsVersion '25.0.0'
0 commit comments