summaryrefslogtreecommitdiff
path: root/AndroidManifest-empty.xml
blob: 519f01d28f3b2b4c3e41aaf8d4b9a3ac6f2adb96 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<!-- Empty manifest used as base for merging our library dependencies -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.wallpaper">
        <application
            tools:replace="android:appComponentFactory"
            android:appComponentFactory="androidx.core.app.CoreComponentFactory"/>
</manifest>