Added Animation and Sound for Game End

This commit is contained in:
Alexander Doerflinger
2026-01-30 10:29:43 +01:00
parent c2f18d9328
commit 3fc5966e40
12 changed files with 182 additions and 6 deletions

View File

@@ -9,8 +9,10 @@ activity = "1.12.2"
constraintlayout = "2.2.1"
glide = "5.0.5"
room = "2.8.4"
preferences = "1.2.0"
preferences = "1.2.1"
preference = "1.2.1"
konfetti = "2.0.5"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -25,7 +27,7 @@ room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room"}
preferences = { group = "androidx.preference", name="preference-ktx", version.ref="preferences" }
preference = { group = "androidx.preference", name = "preference", version.ref = "preference" }
konfetti = { group = "nl.dionsegijn", name = "konfetti-xml", version.ref = "konfetti" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }