Attempt to fix log crash

This commit is contained in:
Anton Tananaev 2025-07-09 22:12:21 -07:00
parent bd06baff50
commit 4658ceeaa8
4 changed files with 17 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<application
tools:replace="android:label"
android:label="Traccar Client"
android:name="${applicationName}"
android:name=".MainApplication"
android:icon="@mipmap/ic_launcher"
android:networkSecurityConfig="@xml/network_security_config">
<activity