Skip to content

Commit

Permalink
fix android 12 app build
Browse files Browse the repository at this point in the history
  • Loading branch information
gordinmitya committed Jan 14, 2023
1 parent 5fe3ca5 commit 376e6ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand All @@ -21,4 +22,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 376e6ca

Please sign in to comment.