Files
tensorflow--tensorflow/tensorflow/lite/java/AndroidManifestApi.xml
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

12 lines
296 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.tensorflow.lite.api">
<!-- TFLite Java Library is built against NDK API 21. -->
<uses-sdk
android:minSdkVersion="21" />
<application />
</manifest>