Skip to content

Commit c360a56

Browse files
committed
bump ver, adjust release flow
1 parent f73bbc2 commit c360a56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ jobs:
5151
with:
5252
files: ${{ github.workspace }}/luma_${{ env.VERSION }}.apk
5353
tag_name: ${{ env.VERSION }}
54+
generate_release_notes: true

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId "app.luma"
3939
minSdk 31
4040
targetSdk 35
41-
versionCode 43
42-
versionName "v1.4.4"
41+
versionCode 44
42+
versionName "v1.4.5"
4343
}
4444

4545
buildFeatures {

0 commit comments

Comments
 (0)