Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vital-core-react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repositories {
}

def kotlin_version = getExtOrDefault('kotlinVersion')
def vital_sdk_version = '5.0.0-rc.1'
def vital_sdk_version = '5.0.0'

dependencies {
ksp "com.squareup.moshi:moshi-kotlin-codegen:1.13.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "VitalCore", "~> 1.8.6"
s.dependency "VitalCore", "~> 1.8.7"

install_modules_dependencies(s)
end
2 changes: 1 addition & 1 deletion packages/vital-devices-react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ repositories {
}

def kotlin_version = getExtOrDefault('kotlinVersion')
def vital_sdk_version = '5.0.0-rc.1'
def vital_sdk_version = '5.0.0'

dependencies {
//noinspection GradleDynamicVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "VitalDevices", "~> 1.8.6"
s.dependency "VitalDevices", "~> 1.8.7"

install_modules_dependencies(s)
end
2 changes: 1 addition & 1 deletion packages/vital-health-react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ repositories {
}

def kotlin_version = getExtOrDefault('kotlinVersion')
def vital_sdk_version = '5.0.0-rc.1'
def vital_sdk_version = '5.0.0'

dependencies {
//noinspection GradleDynamicVersion
Expand Down
2 changes: 1 addition & 1 deletion packages/vital-health-react-native/app.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ANDROID_HEALTH_PERMISSION_PREFIX = 'android.permission.health.';
const HEALTH_CONNECT_PERMISSIONS_RATIONALE_ACTION = 'androidx.health.ACTION_SHOW_PERMISSIONS_RATIONALE';
const SAMSUNG_HEALTH_SETTINGS_PLUGIN = 'io.tryvital.shealth-settings-plugin';
const SAMSUNG_HEALTH_PROJECT_PLUGIN = 'io.tryvital.shealth-project-plugin';
const SAMSUNG_HEALTH_PLUGIN_VERSION = '5.0.0-rc.1';
const SAMSUNG_HEALTH_PLUGIN_VERSION = '5.0.0';
const SAMSUNG_HEALTH_SETTINGS_PLUGIN_DECLARATION =
`id("${SAMSUNG_HEALTH_SETTINGS_PLUGIN}") version "${SAMSUNG_HEALTH_PLUGIN_VERSION}"`;
const SAMSUNG_HEALTH_PLUGIN_CLASSPATH =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "VitalHealthKit", "~> 1.8.6"
s.dependency "VitalHealthKit", "~> 1.8.7"

install_modules_dependencies(s)
end
Loading