mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 09:07:31 +00:00
Update dependencies
This commit is contained in:
@@ -38,10 +38,10 @@ dependencies {
|
|||||||
implementation "androidx.recyclerview:recyclerview:${androidXVersion}"
|
implementation "androidx.recyclerview:recyclerview:${androidXVersion}"
|
||||||
implementation "androidx.cardview:cardview:${androidXVersion}"
|
implementation "androidx.cardview:cardview:${androidXVersion}"
|
||||||
implementation "com.google.android.material:material:${androidXVersion}"
|
implementation "com.google.android.material:material:${androidXVersion}"
|
||||||
implementation 'androidx.work:work-runtime:2.0.0-rc01'
|
implementation 'androidx.work:work-runtime:2.0.0'
|
||||||
implementation 'androidx.transition:transition:1.0.1'
|
implementation 'androidx.transition:transition:1.0.1'
|
||||||
|
|
||||||
def libsuVersion = '2.3.1'
|
def libsuVersion = '2.3.2'
|
||||||
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
|
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
|
||||||
implementation "com.github.topjohnwu.libsu:io:${libsuVersion}"
|
implementation "com.github.topjohnwu.libsu:io:${libsuVersion}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user