blob: b0507f10ab93fb762e0a4b919e984242f37d6db0 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
<instrumentation
android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="io.grpc.android.integrationtest" />
<application
android:name="android.support.multidex.MultiDexApplication" >
</application>
</manifest>