File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 classpath " com.android.tools.build:gradle:${ ANDROID_GRADLE_PLUGIN_VERSION} "
77 classpath " org.robolectric:robolectric-gradle-plugin:${ ROBOLECTRIC_GRADLE_PLUGIN_VERSION} "
88 classpath " com.jakewharton.sdkmanager:gradle-plugin:${ SDKMANAGER_GRADLE_PLUGIN_VERSION} "
9-
9+ classpath " com.github.dcendents:android-maven-gradle-plugin:1.3 "
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
1212 }
@@ -18,4 +18,4 @@ subprojects {
1818 jcenter()
1919 mavenCentral()
2020 }
21- }
21+ }
Original file line number Diff line number Diff line change 11apply plugin : ' android-sdk-manager'
22apply plugin : ' com.android.library'
33apply plugin : ' org.robolectric'
4+ apply plugin : ' com.github.dcendents.android-maven'
45
56project. group = GROUP
67version = VERSION_NAME
You can’t perform that action at this time.
0 commit comments