Added adaptive and average heart rate data to SdData so that it is logged to the data sharing database.

This commit is contained in:
Graham Jones
2023-06-16 21:56:36 +01:00
parent 968f1bf883
commit 30dd421e7e
8 changed files with 125 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.google.gms:google-services:4.3.15'
}
}