Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.88 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.88 KB
Icon

Grodno Roads - actual information on the road

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

Update code style: ./gradlew spotlessApply

Check code style: ./gradlew spotlessCheck

Run compose metrics: ./gradlew app:android:assembleRelease -PenableComposeCompilerReports=true

Generate kmp buildconfig: ./gradlew :kmp:shared:components:generateBuildKonfig

Generate kmp buildconfig: ./gradlew :kmp:compose:maps-compose:generateBuildKonfig

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

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

Pods: remove pod: pod deintegrate init pod: pod install