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 6f8a309 commit eeec6cbCopy full SHA for eeec6cb
build.gradle
@@ -5,6 +5,7 @@ buildscript {
5
dependencies {
6
classpath 'com.android.tools.build:gradle:2.1.0'
7
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
8
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4'
9
}
10
11
multibackstack/build.gradle
@@ -1,4 +1,7 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
+
4
+group = 'com.github.jetradarmobile'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
0 commit comments