Skip to content

Commit fe33491

Browse files
committed
jitpack plugin added
1 parent e86c0cf commit fe33491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
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
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1512
}
1613
}
1714

safefragmenttransaction/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
4+
group = 'com.github.Zuluft'
25

36
android {
47
compileSdkVersion 26

0 commit comments

Comments
 (0)