Skip to content

Commit 331e44f

Browse files
committed
update example minSdk
1 parent d3e26fa commit 331e44f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/example/android/app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88
android {
99
namespace = "com.google.ml.kit.flutter.example"
1010
compileSdk = flutter.compileSdkVersion
11-
ndkVersion = "27.0.12077973"
1211

1312
compileOptions {
1413
sourceCompatibility = JavaVersion.VERSION_11
@@ -21,7 +20,7 @@ android {
2120

2221
defaultConfig {
2322
applicationId = "com.google.ml.kit.flutter.example"
24-
minSdk = 24
23+
minSdk = 26
2524
targetSdk = flutter.targetSdkVersion
2625
versionCode = flutter.versionCode
2726
versionName = flutter.versionName

0 commit comments

Comments
 (0)