From 93a51881481ab1c6dc482ac9c2c74e1d3cbbb7fb Mon Sep 17 00:00:00 2001 From: jo-elimu <1451036+jo-elimu@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:58:10 +0700 Subject: [PATCH] chore: Release 1.2.19 --- app/build.gradle | 4 ++-- utils/build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 60e2062..6de83a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/utils/build.gradle b/utils/build.gradle index 950b156..4c6ccd7 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -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}") } @@ -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") } }