Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -24,7 +24,8 @@ if (flutterVersionName == null) { | @@ -24,7 +24,8 @@ if (flutterVersionName == null) { | ||
| 24 | 24 | ||
| 25 | android { | 25 | android { |
| 26 | namespace "dev.steenbakker.mobile_scanner_example" | 26 | namespace "dev.steenbakker.mobile_scanner_example" |
| 27 | - compileSdk 34 | 27 | + compileSdk 35 |
| 28 | + ndkVersion "26.3.11579264" | ||
| 28 | 29 | ||
| 29 | compileOptions { | 30 | compileOptions { |
| 30 | sourceCompatibility JavaVersion.VERSION_17 | 31 | sourceCompatibility JavaVersion.VERSION_17 |
| @@ -43,7 +44,7 @@ android { | @@ -43,7 +44,7 @@ android { | ||
| 43 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). | 44 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). |
| 44 | applicationId "dev.steenbakker.mobile_scanner_example" | 45 | applicationId "dev.steenbakker.mobile_scanner_example" |
| 45 | minSdkVersion 24 | 46 | minSdkVersion 24 |
| 46 | - targetSdkVersion 34 | 47 | + targetSdkVersion 35 |
| 47 | versionCode flutterVersionCode.toInteger() | 48 | versionCode flutterVersionCode.toInteger() |
| 48 | versionName flutterVersionName | 49 | versionName flutterVersionName |
| 49 | } | 50 | } |
-
Please register or login to post a comment