Skip to content

Commit

Permalink
更新 AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteCloud0123 authored Apr 24, 2024
1 parent 6c1c735 commit e721b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
android:versionName="1.0"
android:installLocation="auto">

<!-- OpenGL ES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" />
<!-- OpenGL ES 3.0 -->
<uses-feature android:glEsVersion="0x00030000" />

<!-- Allow writing to external storage -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit e721b4d

Please sign in to comment.