Skip to content

grodnoroads/GrodnoRoads

Repository files navigation

Icon

Grodno Roads - actual information on the road

API

Download Status

EN

The application shows on the map the current situation on the roads of Grodno and the region.

Current functionality:

  • display of stationary/temporary/mobile cameras
  • the ability to send events about the traffic police and accidents
  • voice alerts

Try without building sources

Get it on Google Play

Issues

In case bug and suggestions, please create issue.

Useful gradle commands

Check dependency updates: ./gradlew dependencyUpdates Run compose metrics: ./gradlew app:android:assembleRelease -PenableComposeCompilerReports=true

Build ui-demo: ./gradlew app:ui-demo:assembleRelease

Build app debug: ./gradlew app:android:assembleDebug Build app release: ./gradlew app:android:assembleRelease