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) {
23
23
}
24
24
25
25
android {
26
- compileSdkVersion 35
26
+ compileSdkVersion 36
27
27
namespace " com.example.flutter_sdk"
28
28
29
29
compileOptions {
30
30
coreLibraryDesugaringEnabled = true
31
31
32
- sourceCompatibility JavaVersion . VERSION_1_8
33
- targetCompatibility JavaVersion . VERSION_1_8
32
+ sourceCompatibility JavaVersion . VERSION_17
33
+ targetCompatibility JavaVersion . VERSION_17
34
34
}
35
35
36
36
kotlinOptions {
37
- jvmTarget = ' 1.8 '
37
+ jvmTarget = ' 17 '
38
38
}
39
39
40
40
sourceSets {
@@ -44,8 +44,8 @@ android {
44
44
defaultConfig {
45
45
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46
46
applicationId " com.example.flutter_sdk"
47
- minSdkVersion 21
48
- targetSdkVersion 33
47
+ minSdkVersion 23
48
+ targetSdkVersion 36
49
49
versionCode flutterVersionCode. toInteger()
50
50
versionName flutterVersionName
51
51
}
@@ -65,5 +65,5 @@ flutter {
65
65
}
66
66
67
67
dependencies {
68
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
68
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.5 " )
69
69
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
18
18
19
19
plugins {
20
20
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
23
23
}
24
24
25
25
include " :app"
You can’t perform that action at this time.
0 commit comments