You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
It creates lots of hindrance as now all the the Android libraries are targeting API level 31 and which requires the compileSdk to 31 but then the app fails to install due to missing exported value in this library AndroidManifest.xml declaration
The text was updated successfully, but these errors were encountered:
Right now
FlurryMessageListenerService
in defines aService
but doesn't mentionexported
value totrue
orfalse
. Ideally, it should befalse
.Code section at
AndroidManifest.xml
It creates lots of hindrance as now all the the Android libraries are targeting API level 31 and which requires the compileSdk to 31 but then the app fails to install due to missing
exported
value in this libraryAndroidManifest.xml
declarationThe text was updated successfully, but these errors were encountered: