Skip to content

Commit

Permalink
chore: update documentation for sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd committed Sep 1, 2023
1 parent 3a50db0 commit 2c4fcae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions docs/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
Expand Down

0 comments on commit 2c4fcae

Please sign in to comment.