Skip to content
Draft
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
6 changes: 6 additions & 0 deletions health-services/ExerciseSampleCompose/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

# Remove with WHS 1.1.0-alpha05 or later
# Ignore warnings of runtime only dependency
-keepclassmembers class * extends androidx.health.services.client.proto.GeneratedMessageLite {
<fields>;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidx-lifecycle = "2.8.6"
androidx-wear-compose = "1.4.0"
core-splashscreen = "1.0.1"
dagger = "2.52"
health-services = "1.0.0-rc02"
health-services = "1.1.0-alpha04"
horologist = "0.5.28"
org-jetbrains-kotlin = "1.9.25"
ui-test-junit4 = "1.7.3"
Expand Down
4 changes: 4 additions & 0 deletions health-services/ExerciseSampleCompose/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
// Use for testing of androidx snapshots
// maven {
// url = uri("https://androidx.dev/snapshots/builds/[build number]/artifacts/repository")
// }
}
}

Expand Down