Upgrade AGP

This commit is contained in:
topjohnwu 2020-02-25 15:14:24 -08:00
parent e6464c5c7f
commit 0ce7da1bf6
2 changed files with 1 additions and 4 deletions

View File

@ -38,9 +38,6 @@
# Fragments
-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
-assumenosideeffects class timber.log.Timber.Tree {
public void v(**);

View File

@ -16,7 +16,7 @@ buildscript {
maven { url 'https://kotlin.bintray.com/kotlinx' }
}
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}"