Skip to content

Commit

Permalink
Release 3.2.4 (#167)
Browse files Browse the repository at this point in the history
* Release 3.2.4
  • Loading branch information
ItachiEU authored Sep 26, 2024
1 parent 3c3ad62 commit 0929fbe
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
Then include our Android SDK artifacts as dependencies of your modules as needed:

```groovy
def vital_version = '3.2.3'
def vital_version = '3.2.4'
implementation 'io.tryvital:vital-client:$vital_version'
implementation 'io.tryvital:vital-health-connect:$vital_version'
Expand Down
2 changes: 1 addition & 1 deletion VitalClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-client'
version = '3.2.3'
version = '3.2.4'

afterEvaluate {
from components.release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class VitalClient internal constructor(context: Context) {
}

companion object {
const val sdkVersion = "3.2.3"
const val sdkVersion = "3.2.4"

private var sharedInstance: VitalClient? = null

Expand Down
2 changes: 1 addition & 1 deletion VitalDevices/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-devices'
version = '3.2.3'
version = '3.2.4'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion VitalHealthConnect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ publishing {
release(MavenPublication) {
groupId = 'io.tryvital'
artifactId = 'vital-health-connect'
version = '3.2.3'
version = '3.2.4'

afterEvaluate {
from components.release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import androidx.health.connect.client.records.HeartRateRecord
import androidx.health.connect.client.records.HeartRateVariabilityRmssdRecord
import androidx.health.connect.client.records.HeightRecord
import androidx.health.connect.client.records.HydrationRecord
import androidx.health.connect.client.records.NutritionRecord
import androidx.health.connect.client.records.OxygenSaturationRecord
import androidx.health.connect.client.records.Record
import androidx.health.connect.client.records.RespiratoryRateRecord
Expand All @@ -35,7 +34,6 @@ import io.tryvital.client.services.data.NutritionRecord
import io.tryvital.client.services.data.SampleType
import io.tryvital.client.utils.VitalLogger
import io.tryvital.vitalhealthconnect.SupportedSleepApps
import io.tryvital.vitalhealthconnect.ext.toDate
import io.tryvital.vitalhealthconnect.model.inferredSourceType
import io.tryvital.vitalhealthconnect.model.processedresource.SummaryData
import io.tryvital.vitalhealthconnect.model.processedresource.TimeSeriesData
Expand Down

0 comments on commit 0929fbe

Please sign in to comment.