Skip to content

Commit 8cd857d

Browse files
Added the User-Agent in the header
1 parent 3ed41f5 commit 8cd857d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Para mais informações sobre [parâmetros](http://sejaefi.com.br/api) e [valore
1717
* Java >= 7.0
1818

1919
## Testado com
20-
> java 7.0, 8.0, 13.0 e 20.0
20+
> java 7.0, 8.0, 13.0 e 18.0
2121
2222
## Instalação
2323
**Via gradle:**
2424

2525
```gradle
26-
implementation 'br.com.efipay.efisdk:sdk-java-apis-efi:1.0.0'
26+
implementation 'br.com.efipay.efisdk:sdk-java-apis-efi:1.0.4'
2727
```
2828

2929
**Via maven:**
@@ -32,7 +32,7 @@ implementation 'br.com.efipay.efisdk:sdk-java-apis-efi:1.0.0'
3232
<dependency>
3333
<groupId>br.com.efipay.efisdk</groupId>
3434
<artifactId>sdk-java-apis-efi</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.0.4</version>
3636
</dependency>
3737
```
3838

0 commit comments

Comments
 (0)