Basic Navigation

This commit is contained in:
tom5079
2024-03-27 00:21:16 -07:00
parent e8ba5c4881
commit 62948abf75
11 changed files with 236 additions and 155 deletions

View File

@@ -31,4 +31,5 @@
-keepclasseswithmembers class xyz.quaver.pupil.** { # <-- change package name to your app's
kotlinx.serialization.KSerializer serializer(...);
}
-keep class xyz.quaver.pupil.** { *; }
-keep class xyz.quaver.pupil.** { *; }
-dontwarn org.slf4j.impl.StaticLoggerBinder