We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd2c4c commit cbf91c6Copy full SHA for cbf91c6
build.gradle
@@ -6,6 +6,7 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.1.2'
9
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
cslibrary/build.gradle
@@ -1,4 +1,6 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
+group='com.github.Hitomi'
4
5
android {
compileSdkVersion 24
0 commit comments