mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2024-11-23 05:39:41 +00:00
Update Work Manager to support Android 12
This commit is contained in:
parent
e416e1a72a
commit
067a5dcb02
@ -91,8 +91,8 @@
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
android:name="androidx.work.impl.WorkManagerInitializer"
|
||||
android:authorities="${applicationId}.workmanager-init"
|
||||
android:name="androidx.startup.InitializationProvider"
|
||||
android:authorities="${applicationId}.androidx-startup"
|
||||
android:exported="false"
|
||||
tools:node="remove" />
|
||||
|
||||
|
@ -26,7 +26,7 @@ object Dependencies {
|
||||
const val RxAndroid = "2.1.1"
|
||||
const val RxJava = "2.2.10"
|
||||
const val SwipeRefreshLayout = "1.1.0"
|
||||
const val Work = "2.5.0"
|
||||
const val Work = "2.7.0"
|
||||
const val Markwon = "4.6.2"
|
||||
const val Retrofit = "2.9.0"
|
||||
const val Xz = "1.9"
|
||||
|
Loading…
Reference in New Issue
Block a user