50: Update coroutines and AGP r=msfjarvis a=msfjarvis

Updates AGP to 4.2.0-alpha15 that resolves the [AGP inlining bug](https://msfjarvis.github.io/notes/r8-inlining-bugs.html) and to coroutines 1.4.0 that brings performance improvements.


Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2020-10-28 08:28:06 +00:00 committed by GitHub
commit ee9a10f39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -3,12 +3,12 @@ buildscript {
ext {
accompanist_version = "0.3.1"
activity_version = "1.2.0-beta01"
agp_version = "4.2.0-alpha14"
agp_version = "4.2.0-alpha15"
appcompat_version = "1.3.0-alpha02"
browser_version = "1.3.0-alpha06"
compose_version = "1.0.0-alpha05"
core_version = "1.5.0-alpha04"
coroutines_version = "1.3.9"
coroutines_version = "1.4.0"
customtabs_version = "3.0.2"
dagger_version = "2.29.1"
desugar_version = "1.0.10"

View file

@ -21,8 +21,7 @@ kapt.incremental.apt=true
kapt.include.compile.classpath=false
# Use R8 instead of ProGuard for code shrinking.
# R8 Full Mode be nasty
# android.enableR8.fullMode=true
android.enableR8.fullMode=true
# Enable AndroidX
android.useAndroidX=true