A cheap attempt at a native Bluesky client for Android

*: fix proguard

+4 -1
+4 -1
app/proguard-rules.pro
··· 20 20 # hide the original source file name. 21 21 #-renamesourcefileattribute SourceFile 22 22 -keep class io.ktor.** { *; } 23 - -dontwarn io.ktor.** 23 + -dontwarn io.ktor.** 24 + # Please add these rules to your existing keep rules in order to suppress warnings. 25 + # This is generated automatically by the Android Gradle plugin. 26 + -dontwarn libcore.icu.NativePluralRules