mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-12 16:50:06 +01:00
8 lines
201 B
Prolog
8 lines
201 B
Prolog
-keep class com.simplemobiletools.calendar.models.** { *; }
|
|
|
|
# Joda
|
|
-dontwarn org.joda.convert.**
|
|
-dontwarn org.joda.time.**
|
|
-keep class org.joda.time.** { *; }
|
|
-keep interface org.joda.time.** { *; }
|