We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372a79b commit 7cb5144Copy full SHA for 7cb5144
README.md
@@ -15,7 +15,7 @@ clone the depot and build
15
add **bboxapi-library-1.1-release.aar** to your lib folder of your project
16
add this line to your gradle dependencies
17
````
18
-compile(name: 'bboxapi-debug', ext: 'aar')
+compile(name: 'bboxapi-library-1.1-release.aar', ext: 'aar')
19
20
2 -maven
21
0 commit comments