针对打包部分处理
This commit is contained in:
parent
2d890f81cd
commit
3c1995d118
|
|
@ -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
|
||||||
|
|
@ -298,14 +298,6 @@ packages:
|
||||||
url: "https://pub.flutter-io.cn"
|
url: "https://pub.flutter-io.cn"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0-dev.14"
|
version: "4.0.0-dev.14"
|
||||||
isar_flutter_libs:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: isar_flutter_libs
|
|
||||||
sha256: "04a3f4035e213ddb6e78d0132a7c80296a085c2088c2a761b4a42ee5add36983"
|
|
||||||
url: "https://pub.flutter-io.cn"
|
|
||||||
source: hosted
|
|
||||||
version: "4.0.0-dev.14"
|
|
||||||
js:
|
js:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ dependencies:
|
||||||
percent_indicator: ^4.0.1
|
percent_indicator: ^4.0.1
|
||||||
event_bus: ^2.0.1
|
event_bus: ^2.0.1
|
||||||
hive: ^4.0.0-dev.2
|
hive: ^4.0.0-dev.2
|
||||||
isar_flutter_libs: ^4.0.0-dev.13
|
|
||||||
path_provider: ^2.1.0
|
path_provider: ^2.1.0
|
||||||
fluttertoast: ^8.2.8
|
fluttertoast: ^8.2.8
|
||||||
encrypt: ^5.0.3
|
encrypt: ^5.0.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue