Skip to content

Commit d148d61

Browse files
author
frey tse
committed
update
1 parent 4b74c59 commit d148d61

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apply plugin: 'com.android.library'
2-
2+
apply plugin: 'com.github.dcendents.android-maven'//this
3+
group='com.github.freyskill'//this
34
android {
45
compileSdkVersion 28
56

67

7-
88
defaultConfig {
99
minSdkVersion 19
1010
targetSdkVersion 28

0 commit comments

Comments
 (0)