Skip to content

Commit

Permalink
update stone sdk (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonathanqz authored Oct 1, 2024
1 parent 5762bea commit 77ed40d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.17

- Update Stone SDK to version 4.9.5

## 1.0.16

- New methods `customPrinter` and `printerFromBase64` from printer.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Máquinas compatíveis:
As seguintes ferramentas foram usadas na construção do projeto:

- [Flutter](https://flutter.dev/)
- SDK Stone version: 4.8.7
- SDK Stone version: 4.9.5

## :checkered_flag: Configuração

Expand All @@ -51,7 +51,7 @@ This will get you the latest version.
### # Build.gradle
Em seu build.gradle a nivel do app, a propriedade `minSdkVersion` precisa ser level 23. Recurso este exigido pela versão 4.8.7 do SDK Stone.
Em seu build.gradle a nivel do app, a propriedade `minSdkVersion` precisa ser level 23. Recurso este exigido pela versão 4.9.5 do SDK Stone.

```xml
...
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version '1.0'

buildscript {
ext.kotlin_version = '1.6.10'
ext.stone_sdk_version = '4.8.7'
ext.stone_sdk_version = '4.9.5'

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stone_smart_flutter
description: Plugin Flutter para integrar sua aplicação com o SDK Android da Stone para meios de pagamento.
version: 1.0.16
version: 1.0.17
repository: https://github.com/jhonathanqz/stone_smart_flutter

environment:
Expand Down

0 comments on commit 77ed40d

Please sign in to comment.