From b72bf4e72015007ee4dfb3e6ee3021bb74b0672a Mon Sep 17 00:00:00 2001 From: Grzegorz Orczykowski Date: Tue, 31 Oct 2023 09:35:22 +0100 Subject: [PATCH] Protect GeoJSONFeature and GeojsonGeometry from ProGuard alterations --- collect_app/proguard-rules.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collect_app/proguard-rules.txt b/collect_app/proguard-rules.txt index 80253e1dca4..b3ab61a571d 100644 --- a/collect_app/proguard-rules.txt +++ b/collect_app/proguard-rules.txt @@ -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 ; }