Commit 8f4a6415 authored by topjohnwu's avatar topjohnwu

Use ToT r8 for releases

parent 0442d6d5
......@@ -5,8 +5,12 @@ buildscript {
repositories {
google()
jcenter()
maven {
url 'http://storage.googleapis.com/r8-releases/raw'
}
}
dependencies {
classpath 'com.android.tools:r8:1.4.68'
classpath 'com.android.tools.build:gradle:3.5.0-alpha06'
......
......@@ -24,4 +24,3 @@ org.gradle.daemon=true
#AndroidX
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=false
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