feat : sale out of Province

This commit is contained in:
2025-06-21 17:01:37 +03:30
parent fc4295e532
commit 656b5f0d87
28 changed files with 1270 additions and 489 deletions

View File

@@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<application
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon"
@@ -18,6 +19,7 @@
android:enableOnBackInvokedCallback="true"
android:exported="true"
android:hardwareAccelerated="true"
android:requestLegacyExternalStorage="true"
android:launchMode="singleTop"
android:taskAffinity=""
android:theme="@style/LaunchTheme"