Skip to content

Commit

Permalink
Merge pull request #107 from elimu-ai/release-1.2.18
Browse files Browse the repository at this point in the history
Release 1.2.18
  • Loading branch information
jo-elimu authored Nov 13, 2023
2 parents e123369 + 1fec714 commit 4fcc513
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 @@ -9,7 +9,7 @@ android {
minSdkVersion 24
targetSdkVersion 33
versionCode 1002018
versionName "1.2.18-SNAPSHOT"
versionName "1.2.18"
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 @@ -10,7 +10,7 @@ android {
minSdkVersion 24
targetSdkVersion 33
versionCode 1002018
versionName "1.2.18-SNAPSHOT"
versionName "1.2.18"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit 4fcc513

Please sign in to comment.