Santiago Etchebehere | ac7512d | 2021-03-04 18:26:29 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | |||||
3 | <!-- Empty manifest used as base for merging our library dependencies --> | ||||
4 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
5 | xmlns:tools="http://schemas.android.com/tools" | ||||
6 | package="com.android.wallpaper"> | ||||
7 | <application | ||||
8 | tools:replace="android:appComponentFactory" | ||||
9 | android:appComponentFactory="androidx.core.app.CoreComponentFactory"/> | ||||
10 | </manifest> |