Project

General

Profile

« Previous | Next » 

Revision 8fcd8cba

Added by Leszek Koltunski about 4 years ago

1) Relax requirements as to OpenGL ES ( now only 3.0 required )
2) fix a crash in Solving state

View differences:

src/main/AndroidManifest.xml
1 1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 2
    package="org.distorted.main">
3 3

  
4
    <uses-feature android:glEsVersion="0x00030001" android:required="true" />
4
    <uses-feature android:glEsVersion="0x00030000" android:required="true" />
5 5
    <uses-feature android:name="android.hardware.faketouch" android:required="true" />
6 6
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
7 7

  

Also available in: Unified diff