Skip to content

Commit

Permalink
chore: Release 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu committed Jan 28, 2022
1 parent 3fd427b commit 7bfdde6
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 30
versionCode 3001009
versionName "3.1.9-SNAPSHOT"
versionName "3.1.9"
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.48' // See https://jitpack.io/#elimu-ai/model
implementation 'com.github.elimu-ai:model:model-2.0.52' // See https://jitpack.io/#elimu-ai/model

implementation 'com.jakewharton.timber:timber:5.0.1'
implementation 'com.google.android.material:material:1.4.0'
Expand Down
6 changes: 3 additions & 3 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 30
versionName "3.1.9-SNAPSHOT"
versionName "3.1.9"
setProperty("archivesBaseName", "utils-${versionName}")
}

Expand All @@ -26,7 +26,7 @@ android {
}

dependencies {
implementation 'com.github.elimu-ai:model:model-2.0.48' // See https://jitpack.io/#elimu-ai/model
implementation 'com.github.elimu-ai:model:model-2.0.52' // See https://jitpack.io/#elimu-ai/model
implementation 'com.jakewharton.timber:timber:5.0.1'
testImplementation 'junit:junit:4.13.2'
}
Expand All @@ -38,7 +38,7 @@ publishing {
utils(MavenPublication) {
groupId 'ai.elimu.analytics'
artifactId 'utils'
version '3.1.9-SNAPSHOT'
version '3.1.9'
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
}
}
Expand Down

0 comments on commit 7bfdde6

Please sign in to comment.