We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9826cac commit 2469cb4Copy full SHA for 2469cb4
build.gradle
@@ -26,6 +26,7 @@ allprojects {
26
url 'https://maven.google.com/'
27
name 'Google'
28
}
29
+ maven { url "https://jitpack.io" }
30
31
32
library/build.gradle
@@ -1,4 +1,5 @@
1
apply plugin: 'com.android.library'
2
+apply plugin: 'com.github.dcendents.android-maven'
3
4
android {
5
compileSdkVersion 29
0 commit comments