Skip to content

Commit f1bbe3e

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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
31+
targetSdkVersion 35
3132
namespace 'org.tensorflow.tflite_flutter'
3233

3334
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
@@ -55,7 +56,7 @@ android {
5556
}
5657

5758
defaultConfig {
58-
minSdkVersion 19
59+
minSdkVersion 23
5960
}
6061
}
6162

0 commit comments

Comments
 (0)