Navaron Bracke

fix compile sdk for example

... ... @@ -24,7 +24,8 @@ if (flutterVersionName == null) {
android {
namespace "dev.steenbakker.mobile_scanner_example"
compileSdk 34
compileSdk 35
ndkVersion "26.3.11579264"
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
... ... @@ -43,7 +44,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.steenbakker.mobile_scanner_example"
minSdkVersion 24
targetSdkVersion 34
targetSdkVersion 35
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
... ...