We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86c0cf commit fe33491Copy full SHA for fe33491
build.gradle
@@ -8,10 +8,7 @@ buildscript {
8
}
9
dependencies {
10
classpath 'com.android.tools.build:gradle:3.0.0'
11
-
12
13
- // NOTE: Do not place your application dependencies here; they belong
14
- // in the individual module build.gradle files
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
15
16
17
safefragmenttransaction/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.Zuluft'
5
6
android {
7
compileSdkVersion 26
0 commit comments