Upgrade libsu
This commit is contained in:
parent
4e7dafb0e4
commit
f315c4416b
@ -56,7 +56,7 @@ dependencies {
|
|||||||
implementation 'androidx.work:work-runtime:2.0.1'
|
implementation 'androidx.work:work-runtime:2.0.1'
|
||||||
implementation 'androidx.transition:transition:1.1.0-beta01'
|
implementation 'androidx.transition:transition:1.1.0-beta01'
|
||||||
|
|
||||||
def libsuVersion = '2.4.0'
|
def libsuVersion = '2.5.0'
|
||||||
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}"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools:r8:1.4.79'
|
classpath 'com.android.tools:r8:1.4.79'
|
||||||
classpath 'com.android.tools.build:gradle:3.5.0-alpha10'
|
classpath 'com.android.tools.build:gradle:3.5.0-alpha12'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
|
||||||
|
|
||||||
|
|
||||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Tue Mar 26 00:03:20 EDT 2019
|
#Mon Apr 15 22:35:08 EDT 2019
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-rc-2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user