From 02904b1e48f0d402b5078df422a9fb6143d8018d Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Wed, 3 Jun 2026 13:46:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20versionCode=2020=20=E2=86=92=20?= =?UTF-8?q?21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 2 +- app.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ddd8882..79eea55 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -92,7 +92,7 @@ android { applicationId 'mobiledarmasaba.app' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 20 + versionCode 21 versionName "2.2.0" } signingConfigs { diff --git a/app.config.js b/app.config.js index c0b5694..34abd27 100644 --- a/app.config.js +++ b/app.config.js @@ -23,7 +23,7 @@ export default { }, android: { package: "mobiledarmasaba.app", - versionCode: 20, + versionCode: 21, adaptiveIcon: { foregroundImage: "./assets/images/logo-icon-small.png", backgroundColor: "#ffffff"