File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
28
28
android {
29
29
compileSdkVersion flutter. compileSdkVersion
30
30
ndkVersion " 23.1.7779620"
31
+ namespace = " com.sinasys.e_commerce_flutter"
31
32
32
33
compileOptions {
33
34
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7 .1.3 '
9
+ classpath ' com.android.tools.build:gradle:8 .1.4 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
You can’t perform that action at this time.
0 commit comments