From 8b2f24c86a707b651acaae77c66a7bdace6cc467 Mon Sep 17 00:00:00 2001 From: arkon Date: Tue, 27 Apr 2021 17:47:19 -0400 Subject: [PATCH] Update sqlite-android This version is on jitpack instead of jcenter (cherry picked from commit 7d23fd8ef5bbb9efd12f65bb5c9670464dd6c0b1) --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4a516b966..c610fb412 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -191,7 +191,7 @@ dependencies { implementation("androidx.sqlite:sqlite-ktx: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.33.0") + implementation("com.github.requery:sqlite-android:3.35.5") // Preferences implementation("com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.4")