data: add database for lobsters posts

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-23 16:27:41 +05:30
parent 699a475315
commit 96c25c428d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 112 additions and 2 deletions

View file

@ -5,6 +5,7 @@ buildscript {
dagger_version = '2.29.1'
hilt_version = '2.29-alpha'
kotlin_version = '1.4.10'
moshi_version = '1.9.3'
room_version = '2.3.0-alpha02'
}
repositories {