I am using the below flurry versions in my app. I have received the below crash. ``` implementation 'com.flurry.android:analytics:12.13.0' implementation 'com.flurry.android:ads:12.13.0' ``` ``` FlurryBrowserActivity$1 line 45 com.flurry.android.FlurryBrowserActivity$1.a Fatal Exception: java.lang.NullPointerException uriString android.net.Uri$StringUri.<init> (Uri.java:490) android.net.Uri.parse (Uri.java:452) com.flurry.android.FlurryBrowserActivity$1.a (SourceFile:45) com.flurry.sdk.ads.dj.a (SourceFile:244) com.flurry.android.FlurryCustomTabsServiceConnection.onCustomTabsServiceConnected (SourceFile:28) ``` <img width="804" alt="Screenshot 2022-07-28 at 2 23 24 PM" src="https://user-images.githubusercontent.com/67142639/181464592-c5018f2c-130d-4121-bfe5-88651bc8027d.png">
I am using the below flurry versions in my app. I have received the below crash.