Update privacy information and increment mobile app version

Revise the privacy section in both the frontend and mobile app to include the correct address for data processing responsibility. Increment the mobile app version code to 8 and version name to 0.8.0-alpha7 to reflect these updates.
This commit is contained in:
Torsten Schulz (local)
2026-05-15 11:30:37 +02:00
parent 328bc9e776
commit 99e439cb29
4 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@ android {
applicationId = "de.tsschulz.timeclock"
minSdk = 26
targetSdk = 36
versionCode = 7
versionName = "0.8.0-alpha6"
versionCode = 8
versionName = "0.8.0-alpha7"
buildConfigField("String", "API_BASE_URL", "\"${apiBaseUrl.replace("\\", "\\\\").replace("\"", "\\\"")}\"")
}

View File

@@ -337,7 +337,7 @@ private fun PrivacyScreen() {
Text("Stand: 15.05.2026", color = TcColors.TextMuted, fontSize = 13.sp)
PrivacySection(
"Verantwortlicher",
"Verantwortlich für die Datenverarbeitung in TimeClock ist Torsten Schulz. Anschrift: BITTE VOR VERÖFFENTLICHUNG ERGÄNZEN. Kontakt: kontakt@tsschulz.de."
"Verantwortlich für die Datenverarbeitung in TimeClock ist Torsten Schulz. Anschrift: Friedrich-Stampfer-Str. 21, 60437 Frankfurt am Main. Kontakt: kontakt@tsschulz.de."
)
PrivacySection(
"Zweck der App",