File tree Expand file tree Collapse file tree
device_info_plus/device_info_plus
package_info_plus/package_info_plus
sensors_plus/sensors_plus Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ rootProject.allprojects {
2222}
2323
2424apply plugin : ' com.android.library'
25- apply plugin : ' kotlin-android'
2625
2726android {
2827 namespace ' dev.fluttercommunity.plus.device_info'
@@ -33,10 +32,6 @@ android {
3332 targetCompatibility JavaVersion . VERSION_17
3433 }
3534
36- kotlinOptions {
37- jvmTarget = 17
38- }
39-
4035 defaultConfig {
4136 minSdk 19
4237 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -50,3 +45,9 @@ android {
5045 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
5146 }
5247}
48+
49+ kotlin {
50+ compilerOptions {
51+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget . JVM_17
52+ }
53+ }
Original file line number Diff line number Diff line change @@ -19,7 +19,5 @@ flutter:
1919 uses-material-design : true
2020
2121environment :
22- sdk : ' >=3.10.0 <4.0.0'
23- flutter : ' >=3.38.1'
24-
25-
22+ sdk : " >=3.12.0-0 <4.0.0"
23+ flutter : " >=3.44.0-0.0.pre"
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ dev_dependencies:
4848 mockito : ^5.6.4
4949
5050environment :
51- sdk : " >=3.10. 0 <4.0.0"
52- flutter : " >=3.38.1 "
51+ sdk : " >=3.12.0- 0 <4.0.0"
52+ flutter : " >=3.44.0-0.0.pre "
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ rootProject.allprojects {
2323}
2424
2525apply plugin : ' com.android.library'
26- apply plugin : ' kotlin-android'
2726
2827android {
2928 namespace ' dev.fluttercommunity.plus.packageinfo'
@@ -34,10 +33,6 @@ android {
3433 targetCompatibility JavaVersion . VERSION_17
3534 }
3635
37- kotlinOptions {
38- jvmTarget = 17
39- }
40-
4136 defaultConfig {
4237 minSdk 19
4338 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -51,3 +46,9 @@ android {
5146 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
5247 }
5348}
49+
50+ kotlin {
51+ compilerOptions {
52+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget . JVM_17
53+ }
54+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ version: 1.2.3+4
44publish_to : " none"
55
66environment :
7- sdk : " >=3.10.0 <4.0.0"
7+ sdk : " >=3.12.0-0 <4.0.0"
8+ flutter : " >=3.44.0-0.0.pre"
89
910dependencies :
1011 clock : ^1.1.1
Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ dev_dependencies:
4747 sdk : flutter
4848
4949environment :
50- sdk : " >=3.10. 0 <4.0.0"
51- flutter : " >=3.38.1 "
50+ sdk : " >=3.12.0- 0 <4.0.0"
51+ flutter : " >=3.44.0-0.0.pre "
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ rootProject.allprojects {
2222}
2323
2424apply plugin : ' com.android.library'
25- apply plugin : ' kotlin-android'
2625
2726android {
2827 namespace ' dev.fluttercommunity.plus.sensors'
@@ -33,10 +32,6 @@ android {
3332 targetCompatibility JavaVersion . VERSION_17
3433 }
3534
36- kotlinOptions {
37- jvmTarget = 17
38- }
39-
4035 defaultConfig {
4136 minSdk 19
4237 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -49,3 +44,9 @@ android {
4944 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
5045 }
5146}
47+
48+ kotlin {
49+ compilerOptions {
50+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget . JVM_17
51+ }
52+ }
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ dev_dependencies:
3636 flutter_lints : " >=4.0.0 <6.0.0"
3737
3838environment :
39- sdk : " >=3.3. 0 <4.0.0"
40- flutter : " >=3.19.0 "
39+ sdk : " >=3.12.0- 0 <4.0.0"
40+ flutter : " >=3.44.0-0.0.pre "
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ rootProject.allprojects {
2222}
2323
2424apply plugin : ' com.android.library'
25- apply plugin : ' kotlin-android'
2625
2726android {
2827 namespace ' dev.fluttercommunity.plus.share'
@@ -33,10 +32,6 @@ android {
3332 targetCompatibility JavaVersion . VERSION_17
3433 }
3534
36- kotlinOptions {
37- jvmTarget = 17
38- }
39-
4035 defaultConfig {
4136 minSdk 19
4237 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -52,3 +47,9 @@ android {
5247 implementation ' androidx.annotation:annotation:1.9.1'
5348 }
5449}
50+
51+ kotlin {
52+ compilerOptions {
53+ jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget . JVM_17
54+ }
55+ }
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ flutter:
2424 - assets/flutter_logo.png
2525
2626environment :
27- sdk : ' >=3.10.0 <4.0.0'
28- flutter : ' >=3.38.1 '
27+ sdk : " >=3.12.0-0 <4.0.0"
28+ flutter : " >=3.44.0-0.0.pre "
You can’t perform that action at this time.
0 commit comments