Skip to content

Commit dbb3bd9

Browse files
authored
Updating proguard rule property (#103)
Co-authored-by: Vikas Wagh <[email protected]>
1 parent 66a097a commit dbb3bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ api 'com.hyperwallet.android:core-sdk:1.0.0-beta06'
2929
When enabling Proguard, please add a rule in `proguard-rules.pro` file in your main app
3030

3131
```properties
32-
-keep public class com.hyperwallet.android.model.** { *; }
32+
-keep public class com.hyperwallet.android.** { *; }
3333
```
3434

3535
## Initialization

0 commit comments

Comments
 (0)