Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,4 @@ jobs:
with:
# 빌드된 AAB 파일 업로드
files: app/build/outputs/bundle/release/app-release.aab
name: Release ${{ github.ref_name }}
body: |
더 나은 모멘토를 위해 버그를 수정하고, 사용성을 개선했어요
name: ${{ github.ref_name }}
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down