File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
classpath " com.android.tools.build:gradle:${ ANDROID_GRADLE_PLUGIN_VERSION} "
7
7
classpath " org.robolectric:robolectric-gradle-plugin:${ ROBOLECTRIC_GRADLE_PLUGIN_VERSION} "
8
8
classpath " com.jakewharton.sdkmanager:gradle-plugin:${ SDKMANAGER_GRADLE_PLUGIN_VERSION} "
9
-
9
+ classpath " com.github.dcendents:android-maven-gradle-plugin:1.3 "
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
12
12
}
@@ -18,4 +18,4 @@ subprojects {
18
18
jcenter()
19
19
mavenCentral()
20
20
}
21
- }
21
+ }
Original file line number Diff line number Diff line change 1
1
apply plugin : ' android-sdk-manager'
2
2
apply plugin : ' com.android.library'
3
3
apply plugin : ' org.robolectric'
4
+ apply plugin : ' com.github.dcendents.android-maven'
4
5
5
6
project. group = GROUP
6
7
version = VERSION_NAME
You can’t perform that action at this time.
0 commit comments