File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ 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.1.2] - 2024-01-03
7+
8+ ### Added
9+ - Bump GDK to version 0.74.2
10+
611## [ 4.1.1] - 2024-12-18
712
813### Added
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ android {
4040 defaultConfig {
4141 minSdk = libs.versions.androidMinSdk.get().toInt()
4242 targetSdk = libs.versions.androidTargetSdk.get().toInt()
43- versionCode = 440
44- versionName = " 4.1.1 "
43+ versionCode = 441
44+ versionName = " 4.1.2 "
4545
4646 setProperty(" archivesBaseName" , " BlockstreamGreen-v$versionName " )
4747 proguardFiles(getDefaultProguardFile(" proguard-android-optimize.txt" ), " proguard-rules.pro" )
You can’t perform that action at this time.
0 commit comments