fix ssl handshake and bottom nav height

This commit is contained in:
2025-08-31 23:38:36 +02:00
parent 2295153cab
commit 6f504aae90
5 changed files with 29 additions and 16 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId "ch.pizzalemon.android"
minSdkVersion 21
targetSdkVersion 35
versionCode 29// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.09" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
versionCode 30// play store'daki version --> canlı: 0 - dahili test: 17
versionName "2.10" // play store'daki version --> canlı: 0.00 - dahili test: 1.17
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
multiDexEnabled true
}