File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2828android {
2929 compileSdkVersion flutter. compileSdkVersion
3030 ndkVersion flutter. ndkVersion
31+
32+ namespace ' dev.fluttercommunity.androidid.example'
3133
3234 compileOptions {
3335 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:7.4.2 '
9+ classpath ' com.android.tools.build:gradle:8.0.0 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-all .zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1-bin .zip
You can’t perform that action at this time.
0 commit comments