Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' | @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' | ||
| 26 | apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" | 26 | apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" |
| 27 | 27 | ||
| 28 | android { | 28 | android { |
| 29 | - compileSdkVersion flutter.compileSdkVersion | 29 | + compileSdkVersion 32 |
| 30 | 30 | ||
| 31 | compileOptions { | 31 | compileOptions { |
| 32 | sourceCompatibility JavaVersion.VERSION_1_8 | 32 | sourceCompatibility JavaVersion.VERSION_1_8 |
| @@ -45,7 +45,7 @@ android { | @@ -45,7 +45,7 @@ android { | ||
| 45 | // 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). |
| 46 | applicationId "dev.steenbakker.mobile_scanner_example" | 46 | applicationId "dev.steenbakker.mobile_scanner_example" |
| 47 | minSdkVersion 21 | 47 | minSdkVersion 21 |
| 48 | - targetSdkVersion flutter.targetSdkVersion | 48 | + targetSdkVersion 32 |
| 49 | versionCode flutterVersionCode.toInteger() | 49 | versionCode flutterVersionCode.toInteger() |
| 50 | versionName flutterVersionName | 50 | versionName flutterVersionName |
| 51 | } | 51 | } |
-
Please register or login to post a comment