1.22.0

importing IMSNewRelicLogger

In SDK 1.22.0 there is a known issue with a library that needs to be imported.

Failed to resolve: com.ims.mobile.newrelic.logger:IMSNewRelicLogger:17

To work around this issue simply bump the version to 1.22.2. So, all the SDK imports will look like the following in app's build.gradle file

implementation 'com.intellimec.mobile.android:distracteddriving:3.17.2'
implementation 'com.intellimec.mobile.android:tripdetectionumbrella:1.22.2'
implementation 'com.drivesync.android:devices-wedge:1.22.2'

Last updated