File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11subprojects {
22 buildscript {
3+ dependencies {
4+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3' // Add this line
5+ }
36 repositories {
47 mavenCentral()
58 }
@@ -13,7 +16,7 @@ subprojects {
1316ext {
1417 androidPlugin = ' com.android.tools.build:gradle:1.3.0'
1518 compileSdkVersion = 23
16- buildToolsVersion = ' 23.0.0 '
19+ buildToolsVersion = ' 23.0.2 '
1720
1821 // Android dependencies.
1922 supportV4 = ' com.android.support:support-v4:23.0.0'
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ buildscript {
66
77apply plugin : ' com.android.library'
88apply from : rootProject. file(' gradle/android-findbugs.gradle' )
9+ apply plugin : ' com.github.dcendents.android-maven'
10+
11+ group= ' com.github.Tractive'
912
1013dependencies {
1114 compile rootProject. ext. rxJava
You can’t perform that action at this time.
0 commit comments