Skip to content

Commit

Permalink
chore: Add missing versionName in archivesBaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu committed Sep 22, 2021
1 parent 0918909 commit 52211fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ai.elimu.analytics"
minSdkVersion 24
targetSdkVersion 30
versionCode 3001007
versionName "3.1.7"
versionCode 3001008
versionName "3.1.8"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down
3 changes: 2 additions & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 30
versionName "3.1.8"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit 52211fe

Please sign in to comment.