File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ 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.7] - 2023-06-08
7+
8+ ### Changed
9+ - Bump GDK to version 0.0.63
10+ - Update dependencies
11+
12+ ### Added
13+ - Add lightning support as experimental feature
14+ - Add a blinding step in liquid for software and hardware wallets
15+
16+ ### Fixed
17+ - Fix watch-only view for large fonts
18+
619## [ 4.0.4] - 2023-05-03
720
821### 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 = 404
46- versionName = " 4.0.4 "
45+ versionCode = 407
46+ versionName = " 4.0.7 "
4747 setProperty(" archivesBaseName" , " BlockstreamGreen-v$versionName " )
4848
4949 testApplicationId = " com.blockstream.green.test"
@@ -296,4 +296,4 @@ class RoomSchemaArgProvider(
296296 override fun asArguments (): Iterable <String > {
297297 return listOf (" room.schemaLocation=${schemaDir.path} " )
298298 }
299- }
299+ }
You can’t perform that action at this time.
0 commit comments