Added Animation and Sound for Game End
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user