File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ maven { url ' https://jitpack.io' }
67 }
78 dependencies {
89 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 '
1011 // NOTE: Do not place your application dependencies here; they belong
1112 // in the individual module build.gradle files
1213 }
Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ dependencies {
2323 compile fileTree(include : [' *.jar' ], dir : ' libs' )
2424 testCompile ' junit:junit:4.12'
2525 compile ' com.android.support:appcompat-v7:25.1.1'
26- compile project(' :stacklibrary' )
2726}
Original file line number Diff line number Diff line change 9898 <orderEntry type =" library" exported =" " name =" support-core-utils-25.1.1" level =" project" />
9999 <orderEntry type =" library" exported =" " name =" support-fragment-25.1.1" level =" project" />
100100 <orderEntry type =" library" exported =" " name =" animated-vector-drawable-25.1.1" level =" project" />
101- <orderEntry type =" module" module-name =" stacklibrary" exported =" " />
102101 </component >
103102</module >
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
23// JitPack Maven
34// Your Group
4- group= ' com.github.Mr-wangyong '
5+ group= ' com.github.mrwang '
56
67android {
78 compileSdkVersion 25
You can’t perform that action at this time.
0 commit comments