-Updated room db to 1.1.1.

-Fixed database import/export to no longer include accessory db files to ensure backward compatibility.
This commit is contained in:
John Zhen Mo 2018-06-26 12:25:53 -07:00
parent f59f8c01d9
commit bf3c48d49d
2 changed files with 16 additions and 4 deletions

View file

@ -43,7 +43,7 @@ android {
ext {
supportLibVersion = '27.1.1'
exoPlayerLibVersion = '2.7.3'
roomDbLibVersion = '1.0.0'
roomDbLibVersion = '1.1.1'
leakCanaryLibVersion = '1.5.4'
okHttpLibVersion = '3.10.0'
icepickLibVersion = '3.2.0'