Upgrade AGP
This commit is contained in:
parent
e6464c5c7f
commit
0ce7da1bf6
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -38,9 +38,6 @@
|
|||||||
# Fragments
|
# Fragments
|
||||||
-keep,allowobfuscation class * extends androidx.fragment.app.Fragment
|
-keep,allowobfuscation class * extends androidx.fragment.app.Fragment
|
||||||
|
|
||||||
# BaseWorkerWrapper
|
|
||||||
-keep,allowobfuscation class * extends com.topjohnwu.magisk.core.base.BaseWorkerWrapper
|
|
||||||
|
|
||||||
# Strip Timber verbose and debug logging
|
# Strip Timber verbose and debug logging
|
||||||
-assumenosideeffects class timber.log.Timber.Tree {
|
-assumenosideeffects class timber.log.Timber.Tree {
|
||||||
public void v(**);
|
public void v(**);
|
||||||
|
@ -16,7 +16,7 @@ buildscript {
|
|||||||
maven { url 'https://kotlin.bintray.com/kotlinx' }
|
maven { url 'https://kotlin.bintray.com/kotlinx' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.6.0-rc03'
|
classpath 'com.android.tools.build:gradle:3.6.0'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${vKotlin}"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${vKotlin}"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user