Commit dd33586f authored by Mygod's avatar Mygod

Update android-work

parent c0a7083e
......@@ -11,7 +11,7 @@ buildscript {
buildToolsVersion = '28.0.2'
androidxVersion = '1.0.0-rc01'
roomVersion = '2.0.0-rc01'
workVersion = '1.0.0-alpha07'
workVersion = '1.0.0-alpha08'
preferencexVersion = '1.0.0-alpha2'
junitVersion = '4.12'
androidTestVersion = '1.1.0-alpha4'
......
......@@ -79,30 +79,39 @@
tools:node="remove"/>
<service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<service android:name="androidx.work.impl.background.systemjob.SystemJobService"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
android:process=":bg"
android:directBootAware="true"/>
android:directBootAware="true"
tools:replace="android:directBootAware"/>
</application>
</manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment