Update java

This commit is contained in:
Yoshi 2024-11-10 19:55:18 +03:00
parent b7d0e8012a
commit 3a23dd6288
4 changed files with 10 additions and 10 deletions

View file

@ -16,12 +16,12 @@ android {
ndkVersion = flutter.ndkVersion
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = 17
}
sourceSets {

View file

@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.1" apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
}
include ":app"

View file

@ -250,10 +250,10 @@ packages:
dependency: "direct main"
description:
name: device_info_plus
sha256: c4af09051b4f0508f6c1dc0a5c085bf014d5c9a4a0678ce1799c2b4d716387a0
sha256: f545ffbadee826f26f2e1a0f0cbd667ae9a6011cc0f77c0f8f00a969655e6e95
url: "https://pub.dev"
source: hosted
version: "11.1.0"
version: "11.1.1"
device_info_plus_platform_interface:
dependency: transitive
description:
@ -878,10 +878,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: df3eb3e0aed5c1107bb0fdb80a8e82e778114958b1c5ac5644fb1ac9cae8a998
sha256: da8d9ac8c4b1df253d1a328b7bf01ae77ef132833479ab40763334db13b91cce
url: "https://pub.dev"
source: hosted
version: "8.1.0"
version: "8.1.1"
package_info_plus_platform_interface:
dependency: transitive
description:

View file

@ -35,8 +35,8 @@ dependencies:
# quick_settings: ^1.0.1
json_annotation: ^4.9.0
flutter_timezone: ^3.0.1
device_info_plus: ^11.1.0
package_info_plus: ^8.1.0
device_info_plus: ^11.1.1
package_info_plus: ^8.1.1
connectivity_plus: ^6.1.0
flutter_map_cache: ^1.5.1
freezed_annotation: ^2.4.4