File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ buildscript {
44 }
55
66 dependencies {
7- classpath ' com.android.tools.build:gradle:0.11.+'
7+ classpath ' com.android.tools.build:gradle:2.0.0'
8+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
89 }
910}
1011
Original file line number Diff line number Diff line change 1- apply plugin : ' android- library'
1+ apply plugin : ' com. android. library'
22
33dependencies {
44 compile project(' :library' )
5- compile ' com.android.support:support-v4:18.0.+ '
5+ compile ' com.android.support:support-v4:18.0.0 '
66}
77
88archivesBaseName = ' extra-listfragment'
Original file line number Diff line number Diff line change 1- apply plugin : ' android- library'
1+ apply plugin : ' com. android. library'
22
33buildscript {
44 repositories {
55 mavenCentral()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:0.6.+ '
9+ classpath ' com.android.tools.build:gradle:2.0.0 '
1010 }
1111}
1212
1313archivesBaseName = ' extra-viewpager'
1414
1515dependencies {
1616 compile project(' :library' )
17- compile ' com.android.support:support-v4:18.0.+ '
17+ compile ' com.android.support:support-v4:18.0.0 '
1818}
1919
2020android {
Original file line number Diff line number Diff line change 1- apply plugin : ' android-library'
1+ apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
3+
4+ group= ' com.github.DamonBaker'
25
36buildscript {
47 repositories {
58 mavenCentral()
69 }
710
811 dependencies {
9- classpath ' com.android.tools.build:gradle:0.11.+ '
12+ classpath ' com.android.tools.build:gradle:2.0.0 '
1013 }
1114}
1215
You can’t perform that action at this time.
0 commit comments