Julian Steenbakker

imp: upgrade gradle, compileSdk version

@@ -9,7 +9,7 @@ buildscript { @@ -9,7 +9,7 @@ buildscript {
9 } 9 }
10 10
11 dependencies { 11 dependencies {
12 - classpath 'com.android.tools.build:gradle:8.1.4' 12 + classpath 'com.android.tools.build:gradle:8.2.0'
13 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 13 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14 } 14 }
15 } 15 }
@@ -29,15 +29,15 @@ android { @@ -29,15 +29,15 @@ android {
29 namespace 'dev.steenbakker.mobile_scanner' 29 namespace 'dev.steenbakker.mobile_scanner'
30 } 30 }
31 31
32 - compileSdkVersion 33 32 + compileSdk 34
33 33
34 compileOptions { 34 compileOptions {
35 - sourceCompatibility JavaVersion.VERSION_1_8  
36 - targetCompatibility JavaVersion.VERSION_1_8 35 + sourceCompatibility JavaVersion.VERSION_17
  36 + targetCompatibility JavaVersion.VERSION_17
37 } 37 }
38 38
39 kotlinOptions { 39 kotlinOptions {
40 - jvmTarget = '1.8' 40 + jvmTarget = '17'
41 } 41 }
42 42
43 sourceSets { 43 sourceSets {
@@ -24,16 +24,17 @@ if (flutterVersionName == null) { @@ -24,16 +24,17 @@ if (flutterVersionName == null) {
24 24
25 android { 25 android {
26 namespace "dev.steenbakker.mobile_scanner_example" 26 namespace "dev.steenbakker.mobile_scanner_example"
27 - compileSdkVersion 33  
28 - ndkVersion flutter.ndkVersion 27 + compileSdk 34
  28 + ndkVersion "25.1.8937393"
  29 +// ndkVersion flutter.ndkVersion
29 30
30 compileOptions { 31 compileOptions {
31 - sourceCompatibility JavaVersion.VERSION_1_8  
32 - targetCompatibility JavaVersion.VERSION_1_8 32 + sourceCompatibility JavaVersion.VERSION_17
  33 + targetCompatibility JavaVersion.VERSION_17
33 } 34 }
34 35
35 kotlinOptions { 36 kotlinOptions {
36 - jvmTarget = '1.8' 37 + jvmTarget = '17'
37 } 38 }
38 39
39 sourceSets { 40 sourceSets {
@@ -44,7 +45,7 @@ android { @@ -44,7 +45,7 @@ android {
44 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). 45 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
45 applicationId "dev.steenbakker.mobile_scanner_example" 46 applicationId "dev.steenbakker.mobile_scanner_example"
46 minSdkVersion 21 47 minSdkVersion 21
47 - targetSdkVersion 33 48 + targetSdkVersion 34
48 versionCode flutterVersionCode.toInteger() 49 versionCode flutterVersionCode.toInteger()
49 versionName flutterVersionName 50 versionName flutterVersionName
50 } 51 }
@@ -6,7 +6,7 @@ buildscript { @@ -6,7 +6,7 @@ buildscript {
6 } 6 }
7 7
8 dependencies { 8 dependencies {
9 - classpath 'com.android.tools.build:gradle:8.1.4' 9 + classpath 'com.android.tools.build:gradle:8.2.0'
10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11 } 11 }
12 } 12 }
1 distributionBase=GRADLE_USER_HOME 1 distributionBase=GRADLE_USER_HOME
2 distributionPath=wrapper/dists 2 distributionPath=wrapper/dists
3 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip 3 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
4 zipStoreBase=GRADLE_USER_HOME 4 zipStoreBase=GRADLE_USER_HOME
5 zipStorePath=wrapper/dists 5 zipStorePath=wrapper/dists