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 3bc9ae1 commit 2a54235Copy full SHA for 2a54235
build.gradle
@@ -8,6 +8,7 @@ buildscript {
8
google()
9
mavenCentral()
10
mavenLocal()
11
+ maven { url "https://jitpack.io" }
12
}
13
dependencies {
14
classpath 'com.android.tools.build:gradle:7.2.1'
@@ -25,5 +26,6 @@ allprojects {
25
26
27
28
29
30
31
lib/build.gradle
@@ -60,6 +60,7 @@ project.afterEvaluate {
60
61
62
63
64
65
66
0 commit comments