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 {
4
4
}
5
5
6
6
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'
8
9
}
9
10
}
10
11
Original file line number Diff line number Diff line change 1
- apply plugin : ' android- library'
1
+ apply plugin : ' com. android. library'
2
2
3
3
dependencies {
4
4
compile project(' :library' )
5
- compile ' com.android.support:support-v4:18.0.+ '
5
+ compile ' com.android.support:support-v4:18.0.0 '
6
6
}
7
7
8
8
archivesBaseName = ' extra-listfragment'
Original file line number Diff line number Diff line change 1
- apply plugin : ' android- library'
1
+ apply plugin : ' com. android. library'
2
2
3
3
buildscript {
4
4
repositories {
5
5
mavenCentral()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:0.6.+ '
9
+ classpath ' com.android.tools.build:gradle:2.0.0 '
10
10
}
11
11
}
12
12
13
13
archivesBaseName = ' extra-viewpager'
14
14
15
15
dependencies {
16
16
compile project(' :library' )
17
- compile ' com.android.support:support-v4:18.0.+ '
17
+ compile ' com.android.support:support-v4:18.0.0 '
18
18
}
19
19
20
20
android {
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'
2
5
3
6
buildscript {
4
7
repositories {
5
8
mavenCentral()
6
9
}
7
10
8
11
dependencies {
9
- classpath ' com.android.tools.build:gradle:0.11.+ '
12
+ classpath ' com.android.tools.build:gradle:2.0.0 '
10
13
}
11
14
}
12
15
You can’t perform that action at this time.
0 commit comments