Skip to content

Commit 244bc27

Browse files
committed
add verbose in ci
1 parent 313ab91 commit 244bc27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

example/android/app/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
buildscript {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
}
6+
dependencies {
7+
classpath 'com.android.tools.build:gradle:8.14.2' // Use the latest stable version
8+
}
9+
}
10+
111
plugins {
212
id "com.android.application"
313
id "kotlin-android"
@@ -22,6 +32,8 @@ if (flutterVersionName == null) {
2232
flutterVersionName = '1.0'
2333
}
2434

35+
apply plugin: 'com.android.application'
36+
2537
android {
2638

2739
namespace "com.example.flagship_qa"

0 commit comments

Comments
 (0)