Optimize navigation transition (#45, #167, #178)

This commit is contained in:
BinTianqi
2025-10-24 13:21:59 +08:00
parent 6b6884911d
commit fccac11118
4 changed files with 59 additions and 58 deletions

View File

@@ -44,6 +44,10 @@ android {
debug {
signingConfig = signingConfigs.getByName("defaultSignature")
}
create("fastDebug") {
initWith(getByName("debug"))
isDebuggable = false
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_21