Skip to content

Commit

Permalink
[android] require openGL 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Apr 6, 2015
1 parent f142394 commit 08c0bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/GiderosAndroidPlayer/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<supports-screens android:largeScreens="true"
android:smallScreens="true"
android:normalScreens="true"
Expand Down
2 changes: 1 addition & 1 deletion ui/Templates/Eclipse/Android Template/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"></uses-permission>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
<supports-screens android:largeScreens="true"
android:smallScreens="true"
android:normalScreens="true"
Expand Down

0 comments on commit 08c0bc3

Please sign in to comment.