A minimal example app showing how to integrate the Onfleet Driver SDK.
-
Copy the config template and fill in the values Onfleet gave you:
cp app/src/main/assets/onfleet.properties.example app/src/main/assets/onfleet.properties
applicationName— your application namesdkApplicationId— your Onfleet SDK key
-
(Push notifications) Replace the placeholder
app/google-services.jsonwith thegoogle-services.jsonfor the Firebase project you registered with Onfleet. The committed file is a non-functional placeholder so the project builds out of the box; push delivery requires your own Firebase config.
./gradlew assembleDebugCI builds every pull request and every push to master.