Skip to content

Commit 009c365

Browse files
committed
Merge branch 'master' into release/5.10.4
2 parents 6b75bb6 + 2fa498d commit 009c365

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AndroidSDKCore/src/main/java/com/leanplum/Leanplum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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));

AndroidSDKHms/consumer-proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55

66
-keep class com.leanplum.** { *; }
77
-dontwarn com.leanplum.**
8+
9+
-keep class com.huawei.updatesdk.**{*;}
10+
-keep class com.huawei.hms.**{*;}

0 commit comments

Comments
 (0)