File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 17
17
android : name =" androidx.startup.InitializationProvider"
18
18
android : authorities =" ${applicationId}.androidx-startup"
19
19
tools : node =" remove" >
20
+ <meta-data android : name =" com.whyranoid.presentation.running.WorkManagerInitializer"
21
+ android : value =" androidx.startup" />
20
22
</provider >
21
23
<activity
22
24
android : name =" com.whyranoid.signin.SignInActivity"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools" >
3
4
4
5
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5
6
<uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
13
14
<meta-data
14
15
android : name =" com.naver.maps.map.CLIENT_ID"
15
16
android : value =" ${naverMapClientId}" />
17
+ <provider
18
+ android : name =" androidx.startup.InitializationProvider"
19
+ android : authorities =" ${applicationId}.androidx-startup"
20
+ tools : node =" remove" >
21
+ <meta-data android : name =" com.whyranoid.presentation.running.WorkManagerInitializer"
22
+ android : value =" androidx.startup" />
23
+ </provider >
16
24
</application >
17
25
18
26
</manifest >
You can’t perform that action at this time.
0 commit comments