From e6bcef6ce369bda0b455d7edced1da14823a1a0a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 10 Jul 2025 11:35:34 +0700 Subject: [PATCH] Initial commit --- android/app/proguard-rules.pro | 13 +++++++++++++ android/app/src/main/AndroidManifest.xml | 3 +++ 2 files changed, 16 insertions(+) diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 6f24c70..5a08792 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -21,6 +21,19 @@ # Play Core API -keep class com.google.android.play.core.** { *; } +# R8 Missing Rules - Generated automatically +-dontwarn com.google.android.play.core.splitcompat.SplitCompatApplication +-dontwarn com.google.android.play.core.splitinstall.SplitInstallException +-dontwarn com.google.android.play.core.splitinstall.SplitInstallManager +-dontwarn com.google.android.play.core.splitinstall.SplitInstallManagerFactory +-dontwarn com.google.android.play.core.splitinstall.SplitInstallRequest$Builder +-dontwarn com.google.android.play.core.splitinstall.SplitInstallRequest +-dontwarn com.google.android.play.core.splitinstall.SplitInstallSessionState +-dontwarn com.google.android.play.core.splitinstall.SplitInstallStateUpdatedListener +-dontwarn com.google.android.play.core.tasks.OnFailureListener +-dontwarn com.google.android.play.core.tasks.OnSuccessListener +-dontwarn com.google.android.play.core.tasks.Task + # Allow obfuscation for better size reduction # -dontobfuscate diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5ff8a2d..52ffa4e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -39,6 +39,9 @@ android:label="TaniSMART" android:requestLegacyExternalStorage="true" android:usesCleartextTraffic="true"> +