File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ This is the basic SDK for your own application if you want to make use of BboxAP
1212
13131 -jar file
1414clone 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
1616add 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````
20202 -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````
29293 -jcenter
3030````
31- compile 'fr.bouyguestelecom.dev:bboxapi:1.3 '
31+ compile 'fr.bouyguestelecom.dev:bboxapi:1.4 '
3232````
3333### Prerequisites
3434
You can’t perform that action at this time.
0 commit comments