Skip to content

Commit

Permalink
chore: Release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu committed Feb 1, 2021
1 parent 30362a4 commit 1c12fa6
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 29
versionCode 3001003
versionName "3.1.3-SNAPSHOT"
versionName "3.1.3"
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 @@ -11,7 +11,7 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 3001003
versionName "3.1.3-SNAPSHOT"
versionName "3.1.3"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit 1c12fa6

Please sign in to comment.