From 450b23436fd11b2187d0f4bbb4f9d50fca482d7c Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 23 Dec 2019 22:20:59 -0500 Subject: [PATCH] Update DB architecture component Needs to eventually be replaced by androidx.sqlite.db --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e7a13893..9930d380c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,7 +156,7 @@ dependencies { implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0' // Database - implementation 'android.arch.persistence:db:1.0.0' + implementation 'android.arch.persistence:db:1.1.1' implementation 'com.github.inorichi.storio:storio-common:8be19de@aar' implementation 'com.github.inorichi.storio:storio-sqlite:8be19de@aar' implementation 'io.requery:sqlite-android:3.25.2'