From cc0513523747cecd7bd2a3b3f1819b7dfcde8e58 Mon Sep 17 00:00:00 2001 From: Jo G <1451036+jo-elimu@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:17:10 +0700 Subject: [PATCH] chore: Upgrade to Content Provider 1.2.25 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3e61b4d..03b342a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'com.github.elimu-ai:model:model-2.0.66' // See https://jitpack.io/#elimu-ai/model - implementation 'com.github.elimu-ai:content-provider:1.2.19@aar' // See https://jitpack.io/#elimu-ai/content-provider + implementation 'com.github.elimu-ai:content-provider:1.2.25@aar' // See https://jitpack.io/#elimu-ai/content-provider implementation 'com.github.elimu-ai:analytics:3.1.11@aar' // See https://jitpack.io/#elimu-ai/analytics implementation 'androidx.appcompat:appcompat:1.6.1'