Skip to content

Commit f5ec6e2

Browse files
committed
add verbose in ci
1 parent c462db3 commit f5ec6e2

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
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 {
122
id "com.android.application"
133
id "kotlin-android"
@@ -32,8 +22,7 @@ if (flutterVersionName == null) {
3222
flutterVersionName = '1.0'
3323
}
3424

35-
apply plugin: 'com.android.application'
36-
25+
3726
android {
3827

3928
namespace "com.example.flagship_qa"

example/android/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11

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-
132
allprojects {
143
repositories {
154
google()

0 commit comments

Comments
 (0)