File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,17 @@ All notable changes to this project will be documented in this file.
33
44## [ 0.37.0]
55
6+ ### Important notice
7+
8+ Due to the use of the Datatrans SDK you need to add the following Repository to
9+ your repositores aswell.
10+
11+ maven { url "https://datatrans.jfrog.io/artifactory/mobile-sdk/"}
12+
613### Added
714- Support for transmission templates
15+ - Added support for TWINT and PostFinance Payments using Datatrans
16+ - searchByCode now also searches in SKU's
817
918### Changes
1019- Increased the minimum required database revision to 1.25
Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ androidx and a material components theme for ui components
1818
1919#### Using the snabble github Repository
2020
21- Add the snabble Repository to your gradle Repositories
21+ Add the snabble and Datatrans Repository to your gradle Repositories
2222
2323```
2424repositories {
2525 maven {
2626 url 'https://raw.githubusercontent.com/snabble/maven-repository/releases'
2727 }
28+
29+ maven { url "https://datatrans.jfrog.io/artifactory/mobile-sdk/"}
2830}
2931```
3032
You can’t perform that action at this time.
0 commit comments