Skip to content

Commit fe399cd

Browse files
committed
Add jitpack to CLI build sources
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 5dfb507 commit fe399cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/assets/android/gen/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22
repositories {
33
google()
44
mavenCentral()
5+
maven { url = uri("https://jitpack.io") }
56
}
67
dependencies {
78
classpath("com.android.tools.build:gradle:8.7.0")
@@ -13,6 +14,7 @@ allprojects {
1314
repositories {
1415
google()
1516
mavenCentral()
17+
maven { url = uri("https://jitpack.io") }
1618
}
1719
}
1820

0 commit comments

Comments
 (0)