File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' com.github.dcendents.android-maven'
2
3
group= ' com.github.pranavj7Z'
3
4
4
5
@@ -20,17 +21,10 @@ android {
20
21
}
21
22
}
22
23
}
23
- allprojects {
24
- repositories {
25
- maven { url ' https://jitpack.io' }
26
- google()
27
- }
28
- }
29
24
30
25
31
26
dependencies {
32
27
compile fileTree(dir : ' libs' , include : [' *.jar' ])
33
- compile ' com.android.support:support-annotations:26.+'
34
28
35
29
}
36
30
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:2.3.3'
10
- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1 '
10
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments