chore: disable code shrinking and optimization

This commit is contained in:
andrekir 2024-05-19 08:30:53 -03:00
parent edea515e7a
commit 46c0dbd1a5

View file

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