Skip to content

Commit

Permalink
Merge pull request #16 from elimu-ai/model-2.0.66
Browse files Browse the repository at this point in the history
chore: Upgrade to model-2.0.66
  • Loading branch information
jo-elimu authored Nov 9, 2023
2 parents 61ca180 + 68e5a7b commit cadd4f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 32
compileSdk 33

defaultConfig {
applicationId "ai.elimu.herufi"
minSdkVersion 24
targetSdkVersion 32
targetSdkVersion 33
versionCode 1000002
versionName "1.0.2-SNAPSHOT"

Expand Down Expand Up @@ -48,7 +48,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])

implementation 'com.github.elimu-ai:model:model-2.0.53' // See https://jitpack.io/#elimu-ai/model
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.10@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

Expand Down

0 comments on commit cadd4f7

Please sign in to comment.