fix: move configuration button to bottom

This commit is contained in:
pelya
2023-08-29 14:26:05 +03:00
parent bfb68c161b
commit d90957f51f
2 changed files with 26 additions and 10 deletions

View File

@@ -36,5 +36,6 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation 'com.google.android.gms:play-services-games:23.1.0' // ==GOOGLEPLAYGAMESERVICES==
}