File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,7 @@ dependencies {
3636repositories {
3737 mavenCentral()
3838}
39+
40+
41+ apply plugin : ' com.github.dcendents.android-maven'
42+ group= ' com.github.bootpay'
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ buildscript {
99 google()
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.1.0 '
12+ classpath ' com.android.tools.build:gradle:3.2.0-alpha15 '
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1415
1516 // NOTE: Do not place your application dependencies here; they belong
1617 // in the individual module build.gradle files
@@ -21,6 +22,7 @@ allprojects {
2122 repositories {
2223 jcenter()
2324 google()
25+ maven { url " https://jitpack.io" }
2426 }
2527}
2628
You can’t perform that action at this time.
0 commit comments