Skip to content

Commit

Permalink
[Parent][R-2.0.5] Fix proguard issue affecting Route regex patterns (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarshall authored Sep 12, 2019
1 parent d5246d2 commit f071c99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/parent/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-keepattributes SourceFile,LineNumberTable # Needed to avoid mangled Route patterns

# Instructure
-keep public class com.instructure.** { *; }
-keep public class instructure.** { *; }
Expand Down Expand Up @@ -35,4 +37,4 @@
-dontwarn kotlinx.atomicfu.AtomicBoolean

# CameraKit
-dontwarn com.google.android.gms.**
-dontwarn com.google.android.gms.**

0 comments on commit f071c99

Please sign in to comment.