From 8aca2b052b1f92571156c173d1e54f50b04c7bb0 Mon Sep 17 00:00:00 2001 From: heejik Date: Wed, 29 Oct 2025 09:31:04 +0900 Subject: [PATCH] versionCode 31 -> 32[2.0.2] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bf463b81..b690974d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,7 +17,7 @@ android { applicationId = "com.moneymong.moneymong" minSdk = 24 targetSdk = 35 - versionCode = 31 + versionCode = 32 versionName = "2.0.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"