mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 06:47:02 +05:30
Merge #50
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:
commit
ee9a10f39d
2 changed files with 3 additions and 4 deletions
|
@ -3,12 +3,12 @@ buildscript {
|
||||||
ext {
|
ext {
|
||||||
accompanist_version = "0.3.1"
|
accompanist_version = "0.3.1"
|
||||||
activity_version = "1.2.0-beta01"
|
activity_version = "1.2.0-beta01"
|
||||||
agp_version = "4.2.0-alpha14"
|
agp_version = "4.2.0-alpha15"
|
||||||
appcompat_version = "1.3.0-alpha02"
|
appcompat_version = "1.3.0-alpha02"
|
||||||
browser_version = "1.3.0-alpha06"
|
browser_version = "1.3.0-alpha06"
|
||||||
compose_version = "1.0.0-alpha05"
|
compose_version = "1.0.0-alpha05"
|
||||||
core_version = "1.5.0-alpha04"
|
core_version = "1.5.0-alpha04"
|
||||||
coroutines_version = "1.3.9"
|
coroutines_version = "1.4.0"
|
||||||
customtabs_version = "3.0.2"
|
customtabs_version = "3.0.2"
|
||||||
dagger_version = "2.29.1"
|
dagger_version = "2.29.1"
|
||||||
desugar_version = "1.0.10"
|
desugar_version = "1.0.10"
|
||||||
|
|
|
@ -21,8 +21,7 @@ kapt.incremental.apt=true
|
||||||
kapt.include.compile.classpath=false
|
kapt.include.compile.classpath=false
|
||||||
|
|
||||||
# Use R8 instead of ProGuard for code shrinking.
|
# Use R8 instead of ProGuard for code shrinking.
|
||||||
# R8 Full Mode be nasty
|
android.enableR8.fullMode=true
|
||||||
# android.enableR8.fullMode=true
|
|
||||||
|
|
||||||
# Enable AndroidX
|
# Enable AndroidX
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue