From 2d4adb3bf67a112d77c032324ead47ad25486fc7 Mon Sep 17 00:00:00 2001 From: min486 Date: Sun, 16 Nov 2025 17:30:00 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=202.0.0=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20=EB=B0=8F=20CD=20release=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd_release.yml | 4 +--- app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index c12d935..3972c51 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -55,6 +55,4 @@ jobs: with: # 빌드된 AAB 파일 업로드 files: app/build/outputs/bundle/release/app-release.aab - name: Release ${{ github.ref_name }} - body: | - 더 나은 모멘토를 위해 버그를 수정하고, 사용성을 개선했어요 \ No newline at end of file + name: ${{ github.ref_name }} \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f34d9ac..b8a0abc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -37,8 +37,8 @@ android { applicationId = "com.min.dnapp" minSdk = 30 targetSdk = 36 - versionCode = 10 - versionName = "2.0" + versionCode = 20000 + versionName = "2.0.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"