Skip to content

Commit

Permalink
chore: Prepare release 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Nov 7, 2023
1 parent 3bca745 commit 71b25d1
Showing 1 changed file with 2 additions and 2 deletions.
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 1002013
versionName "1.2.13-SNAPSHOT"
versionName "1.2.13"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit 71b25d1

Please sign in to comment.