Skip to content

Commit e04bc9f

Browse files
add proguard rules
1 parent 335e565 commit e04bc9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AdobeBranchExtension/proguard-rules.pro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33

44
# for Huawei devices without GMS (Branch looks up oaid via refelection)
55
#-keep class com.huawei.hms.ads.** { *; }
6-
#-keep interface com.huawei.hms.ads.** { *; }
6+
#-keep interface com.huawei.hms.ads.** { *; }
7+
8+
-keep class io.branch.adobe.extension.** { *; }
9+
-keep interface io.branch.adobe.extension.** { *; }

0 commit comments

Comments
 (0)