Skip to content

Commit

Permalink
Protect GeoJSONFeature from ProGuard alterations
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Oct 31, 2023
1 parent da182e4 commit 3829eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collect_app/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
-keep class org.odk.collect.android.logic.actions.**
-keep class android.support.v7.widget.** { *; }
-keep class org.mp4parser.boxes.** { *; }
-keep class org.javarosa.core.model.instance.geojson.GeojsonFeature { *; }
-keepclassmembers class * {
@com.google.api.client.util.Key <fields>;
}
Expand Down

0 comments on commit 3829eac

Please sign in to comment.