Created
December 17, 2023 17:21
-
-
Save devrath/d53566af3969f80ad0fafc55b9b0ec3a to your computer and use it in GitHub Desktop.
Meta data used for initialising library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools"> | |
<application> | |
<meta-data | |
android:name="com.istudio.lib_utils.sdkConfig.SDKInitializer" | |
android:value="initializer" /> | |
</application> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment