build: update Compose and Room

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-18 22:03:52 +05:30
parent 8cf2dfc71b
commit 53643c9c5a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -6,7 +6,7 @@ buildscript {
agp_version = "4.2.0-alpha13"
appcompat_version = "1.3.0-alpha02"
browser_version = "1.3.0-alpha06"
compose_version = "1.0.0-alpha04"
compose_version = "1.0.0-alpha05"
core_version = "1.5.0-alpha04"
coroutines_version = "1.3.9"
customtabs_version = "3.0.2"
@ -21,7 +21,7 @@ buildscript {
moshi_version = "1.9.3"
okhttp_version = "3.14.9"
retrofit_version = "2.9.0"
room_version = "2.3.0-alpha02"
room_version = "2.3.0-alpha03"
}
repositories {
google()