File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6+ ## [ 4.0.8] - 2023-06-09
7+
8+ ### Changed
9+ - Move "Recovery Transactions" setting in "Two-Factor authentication"
10+
11+ ### Fixed
12+ - Fix login into Bitcoin Multisig Watch-only wallet
13+
614## [ 4.0.7] - 2023-06-08
715
816### Changed
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ android {
4242 defaultConfig {
4343 minSdk = 23
4444 targetSdk = 33
45- versionCode = 407
46- versionName = " 4.0.7 "
45+ versionCode = 408
46+ versionName = " 4.0.8 "
4747 setProperty(" archivesBaseName" , " BlockstreamGreen-v$versionName " )
4848
4949 testApplicationId = " com.blockstream.green.test"
Original file line number Diff line number Diff line change 1616}
1717
1818# ----- Vars
19- GRADLE_BUILD_FILE=' green/build.gradle'
19+ GRADLE_BUILD_FILE=' green/build.gradle.kts '
2020
2121# --- Argument handling
2222# https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash
You can’t perform that action at this time.
0 commit comments