We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e26fa commit 331e44fCopy full SHA for 331e44f
packages/example/android/app/build.gradle.kts
@@ -8,7 +8,6 @@ plugins {
8
android {
9
namespace = "com.google.ml.kit.flutter.example"
10
compileSdk = flutter.compileSdkVersion
11
- ndkVersion = "27.0.12077973"
12
13
compileOptions {
14
sourceCompatibility = JavaVersion.VERSION_11
@@ -21,7 +20,7 @@ android {
21
20
22
defaultConfig {
23
applicationId = "com.google.ml.kit.flutter.example"
24
- minSdk = 24
+ minSdk = 26
25
targetSdk = flutter.targetSdkVersion
26
versionCode = flutter.versionCode
27
versionName = flutter.versionName
0 commit comments