File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
AndroidSDKCore/src/main/java/com/leanplum Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -990,7 +990,7 @@ public void run() {
990990 * @param response The response containing content.
991991 */
992992 private static void applyContentInResponse (JSONObject response ) {
993- Map <String , Object > values = JsonConverter .mapFromJsonOrDefault (
993+ Map <String , Object > values = JsonConverter .mapFromJson (
994994 response .optJSONObject (Constants .Keys .VARS ));
995995 Map <String , Object > messages = JsonConverter .mapFromJsonOrDefault (
996996 response .optJSONObject (Constants .Keys .MESSAGES ));
Original file line number Diff line number Diff line change 55
66-keep class com.leanplum.** { *; }
77-dontwarn com.leanplum.**
8+
9+ -keep class com.huawei.updatesdk.**{*;}
10+ -keep class com.huawei.hms.**{*;}
You can’t perform that action at this time.
0 commit comments