Skip to content

Commit

Permalink
-Update change version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gun95 committed Sep 11, 2017
1 parent c26e48b commit d84e026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ This is the basic SDK for your own application if you want to make use of BboxAP

1 -jar file
clone the depot and build
add **bboxapi-library-1.3-release.aar** to your lib folder of your project
add **bboxapi-library-1.4-release.aar** to your lib folder of your project
add this line to your gradle dependencies
````
compile(name: 'bboxapi-library-1.3-release.aar', ext: 'aar')
compile(name: 'bboxapi-library-1.4-release.aar', ext: 'aar')
````
2 -maven
````
<dependency>
<groupId>fr.bouyguestelecom.dev</groupId>
<artifactId>bboxapi</artifactId>
<version>1.3</version>
<version>1.4</version>
<type>pom</type>
</dependency>
````
3 -jcenter
````
compile 'fr.bouyguestelecom.dev:bboxapi:1.3'
compile 'fr.bouyguestelecom.dev:bboxapi:1.4'
````
### Prerequisites

Expand Down

0 comments on commit d84e026

Please sign in to comment.