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 7086d85 commit 61621a6Copy full SHA for 61621a6
packages/cli/assets/android/gen/build.gradle.kts
@@ -2,6 +2,7 @@ buildscript {
2
repositories {
3
google()
4
mavenCentral()
5
+ maven { url = uri("https://jitpack.io") }
6
}
7
dependencies {
8
classpath("com.android.tools.build:gradle:8.7.0")
@@ -13,6 +14,7 @@ allprojects {
13
14
15
16
17
18
19
20
0 commit comments