<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.tensorflow.lite.support">
  <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29"/>
  <instrumentation
      android:name="androidx.test.runner.AndroidJUnitRunner"
      android:targetPackage="org.tensorflow.lite.support" >
  </instrumentation>
</manifest>
