From 2be1256898905296d78e972d890a191dc7ca8ae3 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 2 Feb 2020 17:06:25 -0500 Subject: [PATCH] Update AndroidX SQLite dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea80ad5998..fceaafd45c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -171,7 +171,7 @@ dependencies { implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0' // Database - implementation 'androidx.sqlite:sqlite:2.0.1' + implementation 'androidx.sqlite:sqlite:2.1.0' 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'