Skip to content

Commit 313ab91

Browse files
committed
add verbose in ci
1 parent 4ffa675 commit 313ab91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

example/android/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
buildscript {
3+
repositories {
4+
google()
5+
mavenCentral()
6+
}
7+
dependencies {
8+
classpath 'com.android.tools.build:gradle:8.14.2' // Ensure this is a compatible version
9+
// Other classpaths...
10+
}
11+
}
12+
113
allprojects {
214
repositories {
315
google()

0 commit comments

Comments
 (0)