Skip to content

Commit 089ffc8

Browse files
committed
v0.61.0
1 parent 6cf8678 commit 089ffc8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)