Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 6170212

Browse files
committed
1.5.0 Release
- update libraries - add background location permission to manifest
1 parent be4841d commit 6170212

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

wearApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3232
implementation 'androidx.preference:preference:1.1.0'
3333
implementation 'androidx.wear:wear:1.0.0'
34-
implementation 'androidx.work:work-runtime:2.3.2'
34+
implementation 'androidx.work:work-runtime:2.3.4'
3535
implementation 'androidx.concurrent:concurrent-futures:1.1.0-alpha01'
3636
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
3737

wearApp/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uses-permission android:name="com.google.android.wearable.permission.RECEIVE_COMPLICATION_DATA"/>
1010
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
1111
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
12+
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
1213
<uses-permission android:name="android.permission.INTERNET"/>
1314
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
1415

0 commit comments

Comments
 (0)