File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.61.0]
5+
6+ ### Breaking Changes
7+ - The base Snabble class is now a kotlin object and can be used without using Snabble.getInstance()
8+ - Setting a project is now persisted and all Fragments are waiting for the SDK initialization to be done.
9+ - Removed 'x509TrustManager' and 'socketFactory' from the config.
10+
11+ ### Changed
12+
13+ - All used TextView's are now using Material3 text appearances
14+ - Improvements to layouts when using higher font and display scaling settings
15+
16+ ### Fixed
17+ - Fixed a bug that caused product flags (such as notForSale) to be ignored when in a bundle
18+
419## [ 0.60.2]
520
621### Changed
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 project. ext {
34- sdkVersion= ' 0.60.2 '
34+ sdkVersion= ' 0.61.0 '
3535 versionCode= 1
3636
3737 compileSdkVersion= 31
You can’t perform that action at this time.
0 commit comments