mirror of
https://github.com/pawelorzech/SunZones.git
synced 2026-01-30 04:04:26 +00:00
- Move About button above bottom spacer so it's tappable - Replace AlertDialog with custom Dialog (dark glass card, sun emoji, centered layout) - Add localized "Contact me" button (SunGold color) - Mark about_made_in as non-translatable - Add release signing config with keystore.properties - Add ProGuard rule for findbugs annotations (R8 fix)
8 lines
242 B
Prolog
8 lines
242 B
Prolog
# commons-suncalc
|
|
-keep class org.shredzone.commons.suncalc.** { *; }
|
|
-dontwarn edu.umd.cs.findbugs.annotations.**
|
|
|
|
# Room
|
|
-keep class * extends androidx.room.RoomDatabase
|
|
-keep @androidx.room.Entity class *
|
|
-dontwarn androidx.room.paging.**
|