From f4c91585e94b64df43112b8a2d45d6f9a8ef169d Mon Sep 17 00:00:00 2001 From: "Jo G." <1451036+jo-elimu@users.noreply.github.com> Date: Sat, 11 Jan 2025 15:53:58 +0700 Subject: [PATCH 1/2] chore: upgrade to model-2.0.71 Handle renaming from `FIL` to `TGL`. #131 --- app/build.gradle | 2 +- utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de7c41e..84b23a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { 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:model:model-2.0.71' // See https://jitpack.io/#elimu-ai/model implementation 'commons-io:commons-io:2.17.0' implementation 'com.google.android.material:material:1.5.0' diff --git a/utils/build.gradle b/utils/build.gradle index 963b83d..6e91dce 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -26,7 +26,7 @@ android { } dependencies { - implementation 'com.github.elimu-ai:model:model-2.0.66' // See https://jitpack.io/#elimu-ai/model + implementation 'com.github.elimu-ai:model:model-2.0.71' // See https://jitpack.io/#elimu-ai/model implementation 'com.github.elimu-ai:analytics:3.1.11@aar' // See https://jitpack.io/#elimu-ai/analytics } From 1d0d9819526ec3e9d280d1de36201caf41369922 Mon Sep 17 00:00:00 2001 From: "Jo G." <1451036+jo-elimu@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:07:00 +0700 Subject: [PATCH 2/2] chore: upgrade to model-2.0.73 Handle removal of `BEN`, `SWA`, `URD`, `XHO` #131 --- app/build.gradle | 2 +- utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 84b23a2..80833fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.github.elimu-ai:model:model-2.0.71' // See https://jitpack.io/#elimu-ai/model + implementation 'com.github.elimu-ai:model:model-2.0.73' // See https://jitpack.io/#elimu-ai/model implementation 'commons-io:commons-io:2.17.0' implementation 'com.google.android.material:material:1.5.0' diff --git a/utils/build.gradle b/utils/build.gradle index 6e91dce..4edc582 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -26,7 +26,7 @@ android { } dependencies { - implementation 'com.github.elimu-ai:model:model-2.0.71' // See https://jitpack.io/#elimu-ai/model + implementation 'com.github.elimu-ai:model:model-2.0.73' // See https://jitpack.io/#elimu-ai/model implementation 'com.github.elimu-ai:analytics:3.1.11@aar' // See https://jitpack.io/#elimu-ai/analytics }