Skip to content

Commit e4316e8

Browse files
committed
update changelog
1 parent 1818d0f commit e4316e8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
2424
repositories {
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

0 commit comments

Comments
 (0)