feat: add Android Jetpack Compose app

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-31 12:48:40 +01:00
co-authored by Claude Opus 4.6
parent 808480e334
commit f29fa2e729
32 changed files with 2494 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Keep WebView JavaScript interface
-keepclassmembers class com.archipelago.app.ui.screens.WebViewScreen$* {
public *;
}
# Keep Compose
-dontwarn androidx.compose.**