Skip to content

Commit

Permalink
Merge pull request #5813 from grzesiek2010/COLLECT-5812
Browse files Browse the repository at this point in the history
Protect GeoJSONFeature from ProGuard alterations
  • Loading branch information
seadowg authored Oct 31, 2023
2 parents 47e4329 + b72bf4e commit 7dff22a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collect_app/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
-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 { *; }
-keep class org.javarosa.core.model.instance.geojson.GeojsonGeometry { *; }
-keepclassmembers class * {
@com.google.api.client.util.Key <fields>;
}
Expand Down

0 comments on commit 7dff22a

Please sign in to comment.