Closed rt1shnik closed 4 years ago
Yes, if the properties file can't be found, then that would cause an NPE to be thrown.
@mangstadt Can you help to fix this?
Someone experienced a similar issue with another project of mine. See this thread:
https://github.com/mangstadt/ez-vcard/issues/98
Please let me know if this resolves your issue.
@mangstadt
I've added line below to proguard-rules.pro
file to fix my issue. But I believe the more elegant and correct way exists to fix this.
-keep class biweekly.** { *; }
Thanks so much for sharing your solution!
If you discover a more elegant solution, I would love it if you would post it here, as I'm sure the Proguard/biweekly users would appreciate it. Since a solution was found, I will close this issue. Thanks again!
I get crash in my release build when try to use
ICalendar
. It works fine on debug build.I think problem here:
I thnk proguard removed
biweekly.properties
file.