File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ android {
27
27
compileSdk 34
28
28
29
29
compileOptions {
30
- sourceCompatibility JavaVersion . VERSION_1_8
31
- targetCompatibility JavaVersion . VERSION_1_8
30
+ sourceCompatibility JavaVersion . VERSION_17
31
+ targetCompatibility JavaVersion . VERSION_17
32
32
}
33
33
34
34
kotlinOptions {
35
- jvmTarget = ' 1.8 '
35
+ jvmTarget = ' 17 '
36
36
}
37
37
38
38
sourceSets {
@@ -42,7 +42,7 @@ android {
42
42
defaultConfig {
43
43
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
44
44
applicationId " dev.steenbakker.mobile_scanner_example"
45
- minSdkVersion 21
45
+ minSdkVersion 24
46
46
targetSdkVersion 34
47
47
versionCode flutterVersionCode. toInteger()
48
48
versionName flutterVersionName
Original file line number Diff line number Diff line change 1
1
# Thu May 02 10:24:49 CEST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4-bin .zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2-all .zip
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"
21
- id " com.android.application" version " 7 .3.0 " apply false
22
- id " org.jetbrains.kotlin.android" version " 1.7.22 " apply false
21
+ id " com.android.application" version " 8 .3.2 " apply false
22
+ id " org.jetbrains.kotlin.android" version " 2.0.20 " apply false
23
23
}
24
24
25
25
include " :app"
You can’t perform that action at this time.
0 commit comments