Skip to content

Commit 2d4adb3

Browse files
committed
chore: 버전 2.0.0 업데이트 및 CD release 설정 수정
1 parent a436bcc commit 2d4adb3

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/cd_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,4 @@ jobs:
5555
with:
5656
# 빌드된 AAB 파일 업로드
5757
files: app/build/outputs/bundle/release/app-release.aab
58-
name: Release ${{ github.ref_name }}
59-
body: |
60-
더 나은 모멘토를 위해 버그를 수정하고, 사용성을 개선했어요
58+
name: ${{ github.ref_name }}

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId = "com.min.dnapp"
3838
minSdk = 30
3939
targetSdk = 36
40-
versionCode = 10
41-
versionName = "2.0"
40+
versionCode = 20000
41+
versionName = "2.0.0"
4242

4343
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4444

0 commit comments

Comments
 (0)