Skip to content

Commit d091b64

Browse files
author
ehowlsla
committed
gradle update
1 parent e214845 commit d091b64

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bootpay/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ dependencies {
3636
repositories {
3737
mavenCentral()
3838
}
39+
40+
41+
apply plugin: 'com.github.dcendents.android-maven'
42+
group='com.github.bootpay'

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)