We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a436bcc commit 2d4adb3Copy full SHA for 2d4adb3
2 files changed
.github/workflows/cd_release.yml
@@ -55,6 +55,4 @@ jobs:
55
with:
56
# 빌드된 AAB 파일 업로드
57
files: app/build/outputs/bundle/release/app-release.aab
58
- name: Release ${{ github.ref_name }}
59
- body: |
60
- 더 나은 모멘토를 위해 버그를 수정하고, 사용성을 개선했어요
+ name: ${{ github.ref_name }}
app/build.gradle.kts
@@ -37,8 +37,8 @@ android {
37
applicationId = "com.min.dnapp"
38
minSdk = 30
39
targetSdk = 36
40
- versionCode = 10
41
- versionName = "2.0"
+ versionCode = 20000
+ versionName = "2.0.0"
42
43
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
44
0 commit comments