This repository was archived by the owner on Sep 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments