Skip to content

Commit

Permalink
chore: disable code shrinking and optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed May 19, 2024
1 parent edea515 commit 46c0dbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.**{*;}
Expand Down

0 comments on commit 46c0dbd

Please sign in to comment.