Skip to content

Commit 313df85

Browse files
author
Franco Bugnano
committed
(Fultter Android) Bumped version of more dependencies
1 parent cc508f2 commit 313df85

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

flutter_sdk/basic-example/android/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ if (flutterVersionName == null) {
2323
}
2424

2525
android {
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

6767
dependencies {
68-
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
68+
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
6969
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

flutter_sdk/basic-example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
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

2525
include ":app"

0 commit comments

Comments
 (0)