Skip to content

Commit 2a54235

Browse files
committed
Add scm properties
1 parent 3bc9ae1 commit 2a54235

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
google()
99
mavenCentral()
1010
mavenLocal()
11+
maven { url "https://jitpack.io" }
1112
}
1213
dependencies {
1314
classpath 'com.android.tools.build:gradle:7.2.1'
@@ -25,5 +26,6 @@ allprojects {
2526
mavenLocal()
2627
google()
2728
mavenCentral()
29+
maven { url "https://jitpack.io" }
2830
}
2931
}

lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ project.afterEvaluate {
6060
}
6161
}
6262
mavenLocal()
63+
maven { url "https://jitpack.io" }
6364
}
6465
}
6566
}

0 commit comments

Comments
 (0)