File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
flutter_sdk/basic-example/android Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ if (flutterVersionName == null) {
2323}
2424
2525android {
26- compileSdkVersion 35
26+ compileSdkVersion 36
2727 namespace " com.example.flutter_sdk"
2828
2929 compileOptions {
3030 coreLibraryDesugaringEnabled = true
3131
32- sourceCompatibility JavaVersion . VERSION_1_8
33- targetCompatibility JavaVersion . VERSION_1_8
32+ sourceCompatibility JavaVersion . VERSION_17
33+ targetCompatibility JavaVersion . VERSION_17
3434 }
3535
3636 kotlinOptions {
37- jvmTarget = ' 1.8 '
37+ jvmTarget = ' 17 '
3838 }
3939
4040 sourceSets {
@@ -44,8 +44,8 @@ android {
4444 defaultConfig {
4545 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4646 applicationId " com.example.flutter_sdk"
47- minSdkVersion 21
48- targetSdkVersion 33
47+ minSdkVersion 23
48+ targetSdkVersion 36
4949 versionCode flutterVersionCode. toInteger()
5050 versionName flutterVersionName
5151 }
@@ -65,5 +65,5 @@ flutter {
6565}
6666
6767dependencies {
68- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
68+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.5 " )
6969}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id " dev.flutter.flutter-plugin-loader" version " 1.0.0" // apply true
21- id " com.android.application" version " 8.3 .0" apply false
22- id " org.jetbrains.kotlin.android" version " 1.9.22 " apply false
21+ id " com.android.application" version " 8.12 .0" apply false
22+ id " org.jetbrains.kotlin.android" version " 2.2.0 " apply false
2323}
2424
2525include " :app"
You can’t perform that action at this time.
0 commit comments