Skip to content

Commit 0be5b9b

Browse files
committed
Fix GitHub release
1 parent f363ad7 commit 0be5b9b

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
draft: false
6868
prerelease: false
6969
files: |
70-
app/build/outputs/apk/fullRelease/app-full-release.apk
71-
app/build/outputs/apk/ossRelease/app-oss-release.apk
70+
app/build/outputs/apk/full/release/app-full-release.apk
71+
app/build/outputs/apk/oss/release/app-oss-release.apk
7272
token: ${{ secrets.GITHUB_TOKEN }}
7373

7474
build-and-publish-play-store:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Our first production ready release.
2+
All data from the Beta will be wiped!
3+
- Completely redesigned cryptography!
4+
- Security Hardening throughout the app
5+
- Import photos from other apps into the Safe
6+
- UI Cleanup and improvements

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
bcrypt = "0.10.2"
33
faceDetection = "16.1.7"
44
kotlinxCoroutinesTest = "1.10.2"
5-
versionCode = "12"
6-
versionName = "2.0.0"
5+
versionCode = "13"
6+
versionName = "2.0.1"
77
workManager = "2.10.1"
88

99
javaVersion = "11"

0 commit comments

Comments
 (0)