app: add roomigrant dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-02 01:45:35 +05:30
parent f367c79e8e
commit 4b5c1e6d15
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 12 additions and 0 deletions

View file

@ -23,6 +23,7 @@ buildscript {
okhttp_version = "4.10.0-RC1"
retrofit_version = "2.9.0"
room_version = "2.3.0-alpha03"
roomigrant_version = "0.2.0"
}
repositories {
google()