We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73bbc2 commit c360a56Copy full SHA for c360a56
.github/workflows/build.yml
@@ -51,3 +51,4 @@ jobs:
51
with:
52
files: ${{ github.workspace }}/luma_${{ env.VERSION }}.apk
53
tag_name: ${{ env.VERSION }}
54
+ generate_release_notes: true
app/build.gradle
@@ -38,8 +38,8 @@ android {
38
applicationId "app.luma"
39
minSdk 31
40
targetSdk 35
41
- versionCode 43
42
- versionName "v1.4.4"
+ versionCode 44
+ versionName "v1.4.5"
43
}
44
45
buildFeatures {
0 commit comments