Skip to content

Commit

Permalink
Merge pull request #160 from elimu-ai/release-3.1.21
Browse files Browse the repository at this point in the history
chore: release 3.1.21
  • Loading branch information
jo-elimu authored Sep 25, 2024
2 parents 9de8c37 + 5490db0 commit 2ab1b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 24
targetSdkVersion 33
versionCode 3001021
versionName "3.1.21-SNAPSHOT"
versionName "3.1.21"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down Expand Up @@ -40,7 +40,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 'com.jakewharton.timber:timber:5.0.1'
implementation 'com.google.android.material:material:1.5.0'
Expand Down
6 changes: 3 additions & 3 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 33
versionName "3.1.21-SNAPSHOT"
versionName "3.1.21"
setProperty("archivesBaseName", "utils-${versionName}")
}

Expand All @@ -25,7 +25,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
testImplementation 'junit:junit:4.13.2'
}

Expand All @@ -36,7 +36,7 @@ publishing {
utils(MavenPublication) {
groupId 'ai.elimu.analytics'
artifactId 'utils'
version '3.1.21-SNAPSHOT'
version '3.1.21'
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
}
}
Expand Down

0 comments on commit 2ab1b92

Please sign in to comment.