Skip to content

Commit

Permalink
Fix targetSdkVersion 31
Browse files Browse the repository at this point in the history
  • Loading branch information
gjimish committed Nov 17, 2022
1 parent a36f9b5 commit 8811aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:label="@string/multi_app_name" android:name="com.synconset.MultiImageChooserActivity" android:theme="@style/Theme.AppCompat.Light">
<activity android:label="@string/multi_app_name" android:name="com.synconset.MultiImageChooserActivity" android:theme="@style/Theme.AppCompat.Light" android:exported="false">
</activity>
</config-file>

Expand Down

0 comments on commit 8811aca

Please sign in to comment.