This commit is contained in:
2023-08-08 21:08:29 +05:30
parent 05bb4551b2
commit 966cd062d6
22 changed files with 779 additions and 189 deletions

View File

@@ -58,6 +58,15 @@
android:value="" />
</activity>
<activity android:name=".welcome.welcomecg.fragments.CgAuthActivity"
android:exported="true"
android:screenOrientation="portrait">
<meta-data
android:name="android.app.lib_name"
android:value="" />
</activity>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.ssb.simplitend.fileProvider"