Skip to content

Commit

Permalink
Merge pull request #108 from elimu-ai/release-1.2.19
Browse files Browse the repository at this point in the history
Release 1.2.19
  • Loading branch information
jo-elimu authored Nov 13, 2023
2 parents 4fcc513 + 93a5188 commit dda5c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ai.elimu.content_provider"
minSdkVersion 24
targetSdkVersion 33
versionCode 1002018
versionName "1.2.18"
versionCode 1002019
versionName "1.2.19"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
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 1002018
versionName "1.2.18"
versionCode 1002019
versionName "1.2.19"
setProperty("archivesBaseName", "utils-${versionName}")
}

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

0 comments on commit dda5c7b

Please sign in to comment.