diux-dev / rosettadrone

Android-based mavlink wrapper for DJI drones
BSD 3-Clause "New" or "Revised" License
113 stars 51 forks source link

Externalizing the DJI Key from the code. #25

Open darienmt opened 5 years ago

darienmt commented 5 years ago

Adding configuration on the manifest and the build.gradle in order to read the DJI Key from the global gradle.properties. This has the advantage of not having to worry about pushing the key on the source code repo by mistake.