Skip to content

Commit

Permalink
Merge pull request #310 from weichenc/update-hc-version
Browse files Browse the repository at this point in the history
Update Health Connect Version
  • Loading branch information
aBozowski authored Nov 7, 2024
2 parents 8368a98 + 98c504b commit 8a3813f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ buildscript {
navigation_compose_version = '2.8.2'

concurrent_futures_version = '1.2.0'
health_connect_version = '1.1.0-alpha09'
health_connect_version = '1.1.0-alpha10'
lifecycle_version = '2.8.6'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 8a3813f

Please sign in to comment.