Project

General

Profile

« Previous | Next » 

Revision c1b29615

Added by Leszek Koltunski over 1 year ago

Reinstall the latest Android Studio, latest gradle; reconfigure all project to match and compile.

View differences:

build.gradle
17 17
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
18 18
        }
19 19
    }
20
    namespace 'org.distorted.examples'
20 21
}
21 22

  
22 23
dependencies {
src/main/AndroidManifest.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
    package="org.distorted.examples">
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
4 3

  
5 4
    <uses-feature android:glEsVersion="0x00030001" android:required="true" />
6 5
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Also available in: Unified diff