aboutsummaryrefslogtreecommitdiff
path: root/runners/gradle-integration-tests/testData/androidMultiFlavourApp/app/src/free/AndroidManifest.xml
blob: 3ecbcd3a45bc08dedb280d6a90f1507b13fa8bff (plain)
1
2
3
4
5
6
7
8
9
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <application>
        <activity
            android:name="org.example.kotlin.mixed.free.AdActivity"
            android:label="@string/title_activity_ad"
            android:theme="@style/AppTheme"></activity>
    </application>
</manifest>