Fixes & Updates - 2026-06-01: Integrate Back-End v3 updates, fix call/connection issues across apps
This commit is contained in:
14
android/app/proguard-rules.pro
vendored
14
android/app/proguard-rules.pro
vendored
@@ -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.**
|
||||
Reference in New Issue
Block a user