We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672d9b2 commit c6738c5Copy full SHA for c6738c5
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
+## [4.0.1] - 2023-04-19
7
+
8
+### Changed
9
+- Bump GDK version to 0.0.61
10
11
## [4.0.0] - 2023-04-16
12
13
### Fixed
green/build.gradle
@@ -32,8 +32,8 @@ android {
32
defaultConfig {
33
minSdkVersion 23
34
targetSdkVersion 33
35
- versionCode 400
36
- versionName "4.0.0"
+ versionCode 401
+ versionName "4.0.1"
37
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
38
39
// Export schemas
0 commit comments