forked from LouisCAD/Splitties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroidManifest.xml
More file actions
21 lines (19 loc) · 808 Bytes
/
AndroidManifest.xml
File metadata and controls
21 lines (19 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
~ Copyright 2019-2021 Louis Cognault Ayeva Derman. Use of this source code is governed by the Apache 2.0 license.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
android:directBootAware="true"
android:exported="false"
tools:ignore="UnusedAttribute"
tools:node="merge">
<meta-data
android:name="splitties.views.dsl.material.experimental.MaterialViewInstantiatorInjecter"
android:value="androidx.startup" />
</provider>
</application>
</manifest>