Fixes & Updates - 2026-06-01: Integrate Back-End v3 updates, fix call/connection issues across apps

This commit is contained in:
Hamza-Ayed
2026-06-01 23:35:29 +03:00
parent 8f555691b9
commit cbf693c804
56 changed files with 6091 additions and 1217 deletions

View File

@@ -35,4 +35,16 @@
#-keep class com.sefer_driver.RootDetection { *; }
-keep class com.sefer_driver.RootDetection {
native <methods>;
}
}
# Android Auto Car App Library
-keep class androidx.car.app.** { *; }
-keep class com.intaleq_driver.MyCarAppService { *; }
-keep class com.intaleq_driver.MyCarSession { *; }
-keep class com.intaleq_driver.MyCarScreen { *; }
-keep class com.intaleq_driver.CarNavigationData { *; }
-keep class com.intaleq_driver.MapPresentation { *; }
# MapLibre Native SDK
-keep class org.maplibre.android.** { *; }
-dontwarn org.maplibre.android.**