Skip to content

Commit

Permalink
chore: Release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu committed Feb 1, 2021
1 parent 1c12fa6 commit 6747b97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 29
versionCode 3001003
versionName "3.1.3"
versionCode 3001004
versionName "3.1.4"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down
8 changes: 4 additions & 4 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
versionCode 3001003
versionName "3.1.3"
versionCode 3001004
versionName "3.1.4"
setProperty("archivesBaseName", "utils-${versionName}")
}

Expand All @@ -38,8 +38,8 @@ publishing {
utils(MavenPublication) {
groupId 'ai.elimu.analytics'
artifactId 'utils'
version '3.1.3'
artifact("${buildDir}/outputs/aar/utils-${version}.aar")
version '3.1.4'
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
}
}
repositories {
Expand Down

0 comments on commit 6747b97

Please sign in to comment.