Open creativecreatorormaybenot opened 2 years ago
Any update on this?? I have implemented snapkit in my app but i can't able to push build in internal testing, because tragetSdkVersion is 30 and if i update it to 31 then snapkit is not working. Here i have attached screenshot :
When following the Android installation guide and running on a Pixel 6, the following installation error is thrown:
After adding
android:exported="false"
to the activity, the following error is thrown during runtime:Workaround
A workaround I was able to use was downgarding the
targetSdkVersion
to30
inapp/build.gradle
: