Add room dependencies and sort

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-27 15:33:02 +05:30
parent e256d988fc
commit 0b5d7a1624
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,7 @@
buildscript {
ext {
compose_version = '1.0.0-alpha01'
room_version = '2.3.0-alpha02'
}
ext.kotlin_version = "1.4.0"
repositories {