File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ maven { url ' https://jitpack.io' }
6
7
}
7
8
dependencies {
8
9
classpath ' com.android.tools.build:gradle:2.3.1'
9
- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3 '
10
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
10
11
// NOTE: Do not place your application dependencies here; they belong
11
12
// in the individual module build.gradle files
12
13
}
Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ dependencies {
23
23
compile fileTree(include : [' *.jar' ], dir : ' libs' )
24
24
testCompile ' junit:junit:4.12'
25
25
compile ' com.android.support:appcompat-v7:25.1.1'
26
- compile project(' :stacklibrary' )
27
26
}
Original file line number Diff line number Diff line change 98
98
<orderEntry type =" library" exported =" " name =" support-core-utils-25.1.1" level =" project" />
99
99
<orderEntry type =" library" exported =" " name =" support-fragment-25.1.1" level =" project" />
100
100
<orderEntry type =" library" exported =" " name =" animated-vector-drawable-25.1.1" level =" project" />
101
- <orderEntry type =" module" module-name =" stacklibrary" exported =" " />
102
101
</component >
103
102
</module >
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
// JitPack Maven
3
4
// Your Group
4
- group= ' com.github.Mr-wangyong '
5
+ group= ' com.github.mrwang '
5
6
6
7
android {
7
8
compileSdkVersion 25
You can’t perform that action at this time.
0 commit comments