Skip to content

Commit

Permalink
Merge pull request #134 from elimu-ai/131-handle-changes-to-available…
Browse files Browse the repository at this point in the history
…-languages-in-newer-versions-of-the-model-library-1

Handle changes to available languages in newer versions of the model library
  • Loading branch information
jo-elimu authored Jan 11, 2025
2 parents c51b2e6 + 1d0d981 commit ea02fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.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'
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
}

Expand Down

0 comments on commit ea02fed

Please sign in to comment.