Fix UI being too tall for some devices.

This commit is contained in:
2024-04-04 12:06:00 -07:00
parent aedb86030a
commit 31703cffb9
3 changed files with 113 additions and 96 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.hyperling.tictactoe"
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {