From 5490db00fc96b1631a2f552f0b158cf7c692268c Mon Sep 17 00:00:00 2001 From: jo-elimu <1451036+jo-elimu@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:22:14 +0700 Subject: [PATCH] chore: release 3.1.21 --- app/build.gradle | 4 ++-- utils/build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d5ffba1..7ec4c73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { @@ -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' diff --git a/utils/build.gradle b/utils/build.gradle index 8d25d30..11b63c0 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 33 - versionName "3.1.21-SNAPSHOT" + versionName "3.1.21" setProperty("archivesBaseName", "utils-${versionName}") } @@ -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' } @@ -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") } }