Skip to content

Commit 0fc3c12

Browse files
enricostrijksEnrico
authored andcommitted
2 parents 931881a + eb439f4 commit 0fc3c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ android {
2828
// Bumping the plugin compileSdkVersion requires all clients of this plugin
2929
// to bump the version in their app.
3030
compileSdkVersion 35
31-
targetSdkVersion 35
3231
namespace 'org.tensorflow.tflite_flutter'
3332

3433
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
@@ -57,6 +56,7 @@ android {
5756

5857
defaultConfig {
5958
minSdkVersion 23
59+
targetSdkVersion 35
6060
}
6161
}
6262

0 commit comments

Comments
 (0)