File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:3.3.1'
11-
11+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1 '
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
1414 }
@@ -18,7 +18,8 @@ allprojects {
1818 repositories {
1919 google()
2020 jcenter()
21-
21+ mavenCentral()
22+ maven { url ' https://www.jitpack.io' }
2223 }
2324}
2425
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2-
2+ apply plugin : ' com.github.dcendents.android-maven' // this
3+ group= ' com.github.freyskill' // this
34android {
45 compileSdkVersion 28
56
67
7-
88 defaultConfig {
99 minSdkVersion 19
1010 targetSdkVersion 28
You can’t perform that action at this time.
0 commit comments