Skip to content

Commit 9b6550d

Browse files
committed
Update build.gradle
1 parent 9b3a779 commit 9b6550d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

android/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
2727
android {
2828
// Bumping the plugin compileSdkVersion requires all clients of this plugin
2929
// to bump the version in their app.
30-
compileSdkVersion 31
30+
compileSdkVersion 35
3131
namespace 'org.tensorflow.tflite_flutter'
3232

3333
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
@@ -55,7 +55,8 @@ android {
5555
}
5656

5757
defaultConfig {
58-
minSdkVersion 19
58+
minSdkVersion 23
59+
targetSdkVersion 35
5960
}
6061
}
6162

@@ -65,4 +66,4 @@ dependencies {
6566

6667
implementation("org.tensorflow:tensorflow-lite:${tflite_version}")
6768
implementation("org.tensorflow:tensorflow-lite-gpu:${tflite_version}")
68-
}
69+
}

0 commit comments

Comments
 (0)