File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
23
34android {
45 compileSdkVersion 28
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4-
4+
55 repositories {
66 google()
77 jcenter()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:3.4.0'
11-
11+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1 '
1212
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
@@ -19,6 +19,7 @@ allprojects {
1919 repositories {
2020 google()
2121 jcenter()
22+ maven { url ' https://jitpack.io' }
2223 }
2324}
2425
You can’t perform that action at this time.
0 commit comments