mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 04:23:36 +00:00
Remove unused Room database code
This commit is contained in:
@@ -88,9 +88,6 @@ dependencies {
|
||||
implementation "com.squareup.moshi:moshi:${vMoshi}"
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:${vMoshi}"
|
||||
|
||||
def vRoom = '2.1.0-rc01'
|
||||
implementation "androidx.room:room-rxjava2:${vRoom}"
|
||||
kapt "androidx.room:room-compiler:${vRoom}"
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.browser:browser:1.0.0'
|
||||
implementation 'androidx.preference:preference:1.0.0'
|
||||
|
||||
Reference in New Issue
Block a user