Skip to content

Commit

Permalink
Merge pull request #131 from elimu-ai/release-3.1.17
Browse files Browse the repository at this point in the history
chore: release 3.1.17
  • Loading branch information
jo-elimu authored Oct 26, 2023
2 parents 773d878 + fef0da7 commit a512c4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 24
targetSdkVersion 32
versionCode 3001017
versionName "3.1.17-SNAPSHOT"
versionName "3.1.17"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down
4 changes: 2 additions & 2 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 32
versionName "3.1.17-SNAPSHOT"
versionName "3.1.17"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit a512c4b

Please sign in to comment.