Added rudimentary "Bust" Animation

This commit is contained in:
Alexander Doerflinger
2026-02-03 10:38:54 +01:00
parent cd0ee3ed4d
commit 939b0425b0
3 changed files with 87 additions and 8 deletions

View File

@@ -33,6 +33,10 @@ android {
}
}
base {
archivesName.set("OcheCompanion")
}
dependencies {
implementation(libs.appcompat)
implementation(libs.material)