chore: disable code shrinking and optimization

pull/1048/head
andrekir 2024-05-19 08:30:53 -03:00
rodzic edea515e7a
commit 46c0dbd1a5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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.**{*;}