Skip to content

gdgtoledo/katangapp-android

Repository files navigation

katangapp-android repo

Build Status

API keys

To verify application's Google Maps features, please create a constants.xml file under res/values folder, which is ignored by Git. There write down your api key like so:

<resources>
    <item name="google_maps_api_key" type="string">YOUR API KEY</item>
</resources>

Building the Android APK

In the main directory, execute gradlew assemble and the unsigned APK will be generated in the ./app/build/outputs/apk folder.

Thanks to...