针对打包部分处理

This commit is contained in:
GYJ
2024-11-26 18:17:50 +08:00
parent 2d890f81cd
commit 3c1995d118
3 changed files with 21 additions and 9 deletions

21
android/app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,21 @@
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn org.checkerframework.checker.nullness.qual.EnsuresNonNull
-dontwarn org.checkerframework.checker.nullness.qual.RequiresNonNull
-dontwarn org.linphone.core.Address
-dontwarn org.linphone.core.Call$Dir
-dontwarn org.linphone.core.Call$State
-dontwarn org.linphone.core.Call
-dontwarn org.linphone.core.CallLog
-dontwarn org.linphone.core.CallParams
-dontwarn org.linphone.core.Config
-dontwarn org.linphone.core.Core
-dontwarn org.linphone.core.CoreListener
-dontwarn org.linphone.core.CoreListenerStub
-dontwarn org.linphone.core.Factory
-dontwarn org.linphone.core.GlobalState
-dontwarn org.linphone.core.LogCollectionState
-dontwarn org.linphone.core.Reason
-dontwarn org.linphone.core.VideoActivationPolicy
-dontwarn org.linphone.core.tools.Log
-dontwarn org.linphone.core.tools.receiver.BluetoothReceiver