Commit f0639390 authored by topjohnwu's avatar topjohnwu

Update dependencies

parent bbdfed2d
...@@ -15,7 +15,7 @@ dependencies { ...@@ -15,7 +15,7 @@ dependencies {
api project(':signing') api project(':signing')
api 'org.kamranzafar:jtar:2.3' api 'org.kamranzafar:jtar:2.3'
def libsuVersion = '2.3.0' def libsuVersion = '2.3.1'
api "com.github.topjohnwu.libsu:core:${libsuVersion}" api "com.github.topjohnwu.libsu:core:${libsuVersion}"
api "com.github.topjohnwu.libsu:io:${libsuVersion}" api "com.github.topjohnwu.libsu:io:${libsuVersion}"
} }
...@@ -71,7 +71,7 @@ dependencies { ...@@ -71,7 +71,7 @@ dependencies {
fullImplementation "androidx.recyclerview:recyclerview:${androidXVersion}" fullImplementation "androidx.recyclerview:recyclerview:${androidXVersion}"
fullImplementation "androidx.cardview:cardview:${androidXVersion}" fullImplementation "androidx.cardview:cardview:${androidXVersion}"
fullImplementation "com.google.android.material:material:${androidXVersion}" fullImplementation "com.google.android.material:material:${androidXVersion}"
fullImplementation 'android.arch.work:work-runtime:1.0.0-beta03' fullImplementation 'android.arch.work:work-runtime:1.0.0-beta05'
fullImplementation 'androidx.room:room-runtime:2.0.0' fullImplementation 'androidx.room:room-runtime:2.0.0'
fullImplementation 'androidx.transition:transition:1.0.1' fullImplementation 'androidx.transition:transition:1.0.1'
......
...@@ -7,7 +7,7 @@ buildscript { ...@@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.3.0' classpath 'com.android.tools.build:gradle:3.3.1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
......
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