Skip to content

Commit

Permalink
Merge pull request #97 from elimu-ai/prepare-1.2.13-for-utils
Browse files Browse the repository at this point in the history
chore: Prepare next utils version 1.2.13
  • Loading branch information
jo-elimu authored Nov 2, 2023
2 parents 016bf48 + 5819720 commit e934a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
build:
release:

runs-on: ubuntu-latest

Expand Down
6 changes: 3 additions & 3 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 33
versionCode 1002012
versionName "1.2.12-SNAPSHOT"
versionCode 1002013
versionName "1.2.13-SNAPSHOT"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit e934a26

Please sign in to comment.