<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

    <!-- OkHttp 5.x's InitializationProvider is deduplicated from the test APK by AGP; remove it
         to avoid ClassNotFoundException at startup and rely on OkHttp's lazy initialization. -->
    <application>
        <provider
            android:name="androidx.startup.InitializationProvider"
            android:authorities="${applicationId}.androidx-startup"
            tools:node="remove" />
    </application>

</manifest>
