Skip to content

Commit d84e026

Browse files
committed
-Update change version in readme
1 parent c26e48b commit d84e026

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ This is the basic SDK for your own application if you want to make use of BboxAP
1212

1313
1 -jar file
1414
clone the depot and build
15-
add **bboxapi-library-1.3-release.aar** to your lib folder of your project
15+
add **bboxapi-library-1.4-release.aar** to your lib folder of your project
1616
add this line to your gradle dependencies
1717
````
18-
compile(name: 'bboxapi-library-1.3-release.aar', ext: 'aar')
18+
compile(name: 'bboxapi-library-1.4-release.aar', ext: 'aar')
1919
````
2020
2 -maven
2121
````
2222
<dependency>
2323
<groupId>fr.bouyguestelecom.dev</groupId>
2424
<artifactId>bboxapi</artifactId>
25-
<version>1.3</version>
25+
<version>1.4</version>
2626
<type>pom</type>
2727
</dependency>
2828
````
2929
3 -jcenter
3030
````
31-
compile 'fr.bouyguestelecom.dev:bboxapi:1.3'
31+
compile 'fr.bouyguestelecom.dev:bboxapi:1.4'
3232
````
3333
### Prerequisites
3434

0 commit comments

Comments
 (0)