From 2c4fcaece09da334d667fee24f6cb6e3fcd71f95 Mon Sep 17 00:00:00 2001 From: matinzd Date: Fri, 1 Sep 2023 14:02:01 +0200 Subject: [PATCH] chore: update documentation for sdk version --- README.md | 4 ++-- android/gradle.properties | 4 ++-- docs/docs/get-started.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2302fd7..031ce99 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Then add the prebuild [config plugin](https://docs.expo.io/guides/config-plugins "expo-build-properties", { "android": { - "compileSdkVersion": 33, - "targetSdkVersion": 33, + "compileSdkVersion": 34, + "targetSdkVersion": 34, "minSdkVersion": 26 }, } diff --git a/android/gradle.properties b/android/gradle.properties index 15afbed..253cfb9 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ HealthConnect_kotlinVersion=1.8.10 HealthConnect_minSdkVersion=26 -HealthConnect_targetSdkVersion=33 -HealthConnect_compileSdkVersion=33 +HealthConnect_targetSdkVersion=34 +HealthConnect_compileSdkVersion=34 HealthConnect_ndkversion=21.4.7075529 diff --git a/docs/docs/get-started.md b/docs/docs/get-started.md index 125b562..43b7d93 100644 --- a/docs/docs/get-started.md +++ b/docs/docs/get-started.md @@ -56,8 +56,8 @@ Then add the prebuild [config plugin](https://docs.expo.io/guides/config-plugins "expo-build-properties", { "android": { - "compileSdkVersion": 33, - "targetSdkVersion": 33, + "compileSdkVersion": 34, + "targetSdkVersion": 34, "minSdkVersion": 26 }, }