File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 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-
111plugins {
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+
3726android {
3827
3928 namespace " com.example.flagship_qa"
Original file line number Diff line number Diff line change 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-
132allprojects {
143 repositories {
154 google()
You can’t perform that action at this time.
0 commit comments