Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Contributing to iBeacon Scanner Android

Elias Lecomte edited this page Nov 15, 2016 · 2 revisions

We encourage everyone to build upon the iBeacon Scanner Library if you want to improve or add a feature!

Fork the library

If you need to change the code base, the best way is to fork this repository. If code changes or features improve the library we will merge them back!

Run the code

After forking and pulling the code to your computer, we advise you to use Android Studio to edit it.

You will have to add 3 empty variables to your global gradle.properties to be able to build:

bintray_user=stub
bintray_apikey=stub
bintray_gpg_phrase=stub

Write unit tests

We will only merge code back into the code base if it is thoroughly tested with unit tests.

Clone this wiki locally