File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
tensorflow_lite_support/java/src/java/org/tensorflow/lite/task Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.tensorflow.lite.task.text" >
4
- <uses-sdk android : minSdkVersion =" 19 " android : targetSdkVersion =" 29" />
4
+ <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 29" />
5
5
</manifest >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.tensorflow.lite.task.vision" >
4
- <uses-sdk android : minSdkVersion =" 19 " android : targetSdkVersion =" 29" />
4
+ <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 29" />
5
5
</manifest >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.tensorflow.lite.task.vision.classifier" >
4
- <uses-sdk android : minSdkVersion =" 19 " android : targetSdkVersion =" 29" />
4
+ <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 29" />
5
5
</manifest >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.tensorflow.lite.task.vision.detector" >
4
- <uses-sdk android : minSdkVersion =" 19 " android : targetSdkVersion =" 29" />
4
+ <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 29" />
5
5
</manifest >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.tensorflow.lite.task.vision.segmenter" >
4
- <uses-sdk android : minSdkVersion =" 19 " android : targetSdkVersion =" 29" />
4
+ <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 29" />
5
5
</manifest >
You can’t perform that action at this time.
0 commit comments