Skip to content

Commit

Permalink
Testing of WHS 1.1.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Oct 17, 2024
1 parent 74624d2 commit 8764b10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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

0 comments on commit 8764b10

Please sign in to comment.