Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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
9 changes: 9 additions & 0 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@
android:value=".view.AccountListActivity"/>
</activity>

<activity
android:name=".view.EndurainLoginActivity"
android:theme="@style/AppTheme"
android:parentActivityName=".view.AccountListActivity">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".view.AccountListActivity"/>
</activity>

<activity
android:name=".view.HRSettingsActivity"
android:label="@string/Heart_Rate_Monitor"
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
implementation "androidx.core:core-location-altitude:1.0.0-rc01"

latestImplementation "com.google.android.material:material:1.13.0"
latestImplementation "com.google.android.material:material:1.14.0"
if (rootProject.ext.enableWear) {
latestImplementation "com.google.android.gms:play-services-wearable:${rootProject.ext.googlePlayServicesWearableVersion}"
}
Expand Down
Loading