diff --git a/app/build.gradle b/app/build.gradle
index 526f96616a7985720940ddffbce34f39b5841f73..1fcf796b24efbd652e65342d2117b988856299d0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -75,6 +75,7 @@ dependencies {
implementation platform('androidx.compose:compose-bom:2022.10.00')
implementation platform('androidx.compose:compose-bom:2022.10.00')
implementation platform('androidx.compose:compose-bom:2022.10.00')
+ implementation platform('androidx.compose:compose-bom:2022.10.00')
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
@@ -83,6 +84,7 @@ dependencies {
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
+ androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
implementation 'com.airbnb.android:lottie:4.2.0'
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b096808cee1ac61b041415e3fa98dff5615e2d65..d2f88325482681b517a20d1c4fa6d8aebb3e7f5e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -16,6 +16,11 @@
android:supportsRtl="true"
android:theme="@style/Theme.MyGame"
tools:targetApi="31">
+
= mutableListOf()
+ private var myButtonsId: MutableList> = mutableListOf()
+ val GAME_ID = "1"
+ private lateinit var buttons: MutableList