Automatyzuj logowanie po wpisaniu OTP

This commit is contained in:
admin
2026-07-01 00:07:26 +02:00
parent 9b6564eedd
commit 0bc592f357
4 changed files with 82 additions and 3 deletions
+6 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "pl.firmatpp.kierowca"
minSdk = 26
targetSdk = 35
versionCode = 11
versionName = "1.0.10"
versionCode = 12
versionName = "1.0.11"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "API_BASE_URL", "\"https://api-intranet.firmatpp.pl/api/\"")
@@ -45,6 +45,10 @@ android {
compose = true
buildConfig = true
}
lint {
disable += "NullSafeMutableLiveData"
}
}
dependencies {