mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: disable code shrinking and optimization
This commit is contained in:
parent
edea515e7a
commit
46c0dbd1a5
1 changed files with 4 additions and 0 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -20,6 +20,10 @@
|
|||
# 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.**{*;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue