finally sussed out the inconsistent text size issue, works on xxhdpi displays, probably will update to try and make it work on all dpi levels

This commit is contained in:
Odweta
2024-09-22 18:51:09 +02:00
parent 38d1d8578e
commit 1202cf2e86
9 changed files with 50 additions and 32 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ android {
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0.7"
versionName = "1.0.8"
}
buildTypes {