diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index ad7280a..c2626f7 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -4,4 +4,7 @@ Coach Hypnotruck ch.hypnotruck.coach ch.hypnotruck.coach + + https://coach.hypnotruck.ch/privacy diff --git a/android/variables.gradle b/android/variables.gradle index ee4ba41..fb3a3b8 100644 --- a/android/variables.gradle +++ b/android/variables.gradle @@ -1,5 +1,5 @@ ext { - minSdkVersion = 24 + minSdkVersion = 26 // Health Connect requires Android 8.0+ (API 26) compileSdkVersion = 36 targetSdkVersion = 36 androidxActivityVersion = '1.11.0'