From 96532eac9d52c0fc560f7f70ef6cfa62a5ceb917 Mon Sep 17 00:00:00 2001 From: tuancoltech Date: Thu, 26 Jun 2025 12:45:34 +0700 Subject: [PATCH] Release 1.0.14 (1000014) --- app/build.gradle | 4 ++-- utils/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b52ab70..77895df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "ai.elimu.common.utils" minSdk 26 targetSdk 35 - versionCode 1000013 - versionName "1.0.13-SNAPSHOT" + versionCode 1000014 + versionName "1.0.14-SNAPSHOT" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/utils/build.gradle b/utils/build.gradle index 86a1fc1..5d96f4c 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -9,8 +9,8 @@ plugins { def utilsGroupId = "ai.elimu" def utilsArtifactId = "common-utils" -def utilsVersionCode = 1000013 -def utilsVersionName = '1.0.13-SNAPSHOT' +def utilsVersionCode = 1000014 +def utilsVersionName = '1.0.14-SNAPSHOT' android { namespace 'ai.elimu.common.utils'