mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: re-enable code shrinking and optimization
This commit is contained in:
parent
2f7502d5ad
commit
d277fe07c3
1 changed files with 2 additions and 7 deletions
9
app/proguard-rules.pro
vendored
9
app/proguard-rules.pro
vendored
|
|
@ -20,14 +20,9 @@
|
|||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
# Disable code shrinking and optimization
|
||||
-dontshrink
|
||||
-dontoptimize
|
||||
|
||||
# Needed for protobufs
|
||||
-keepclassmembers class * extends com.google.protobuf.GeneratedMessage { <fields>; }
|
||||
-keep class com.geeksville.mesh.**{*;}
|
||||
-keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite { <fields>; }
|
||||
-keep class com.google.protobuf.** { *; }
|
||||
-keep class com.geeksville.mesh.** { *; }
|
||||
|
||||
# eclipse.paho.client
|
||||
-keep class org.eclipse.paho.client.mqttv3.logging.JSR47Logger { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue