Skip to content

Commit 6679776

Browse files
author
Tom J
committed
version 0.6.9: Pubkey handling improvements
1 parent 607f349 commit 6679776

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#more details here https://youtu.be/7ll-rkLCtyk?t=1219
1818
org.gradle.caching=true
1919
#Global
20-
APP_VERSION_CODE=68
21-
APP_VERSION_NAME=0.6.8
20+
APP_VERSION_CODE=69
21+
APP_VERSION_NAME=0.6.9
2222
BUILD_TOOLS_VERSION=28.0.3
2323
COMPILE_SDK_VERSION=28
2424
TARGET_SDK_VERSION=28

production_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/bash
22

33
./gradlew clean assembleProductionRelease -PruntimeSetup --no-daemon
4+
mv FlowCrypt/build/outputs/apk/production/release/FlowCrypt-production-release_*.apk release/
5+
git add release/FlowCrypt-production-release_*.apk
Binary file not shown.

0 commit comments

Comments
 (0)