Skip to content

Commit

Permalink
chore: Release 1.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Nov 28, 2023
1 parent cba850d commit 6832c39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ To perform a release, follow these steps:
1. Remove `-SNAPSHOT`
- from the `versionName` in `app/build.gradle`
- from the `versionName` in `utils/build.gradle`
- from the `version` in `utils/build.gradle` under `publishing`
1. Commit the changes
1. Click "Draft a new release" at https://github.com/elimu-ai/content-provider/releases
1. Pick the new branch you created as the target branch
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 24
targetSdkVersion 34
versionCode 1002026
versionName "1.2.26-SNAPSHOT"
versionName "1.2.26"
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 @@ -10,7 +10,7 @@ android {
minSdkVersion 24
targetSdkVersion 34
versionCode 1002026
versionName "1.2.26-SNAPSHOT"
versionName "1.2.26"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit 6832c39

Please sign in to comment.