From 601e2360eec76a16281614095e755890c54def5c Mon Sep 17 00:00:00 2001 From: Minseong Kim <57604817+jja08111@users.noreply.github.com> Date: Sun, 27 Nov 2022 12:44:51 +0900 Subject: [PATCH] Release v1.0.2 in app module (#90) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7bc5156..b05b1f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "io.foundy.hanstargram" minSdk 23 targetSdk 33 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }