From 6b517e07fd6a07ad541bc4073de323e48fbb5200 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 24 Apr 2019 19:23:53 +0200 Subject: [PATCH] Added link --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index e54706beb6..5b5848abd6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -188,6 +188,7 @@ dependencies { // https://www.sqlite.org/changes.html // https://github.com/requery/sqlite-android/ + // https://mvnrepository.com/artifact/io.requery/sqlite-android?repo=jcenter implementation "io.requery:sqlite-android:$requery_version" // https://github.com/leolin310148/ShortcutBadger