Skip to content

Commit

Permalink
Updates after last pull-request.
Browse files Browse the repository at this point in the history
* Remove local proguard config.
* Don't use JACK (greater compatibility with older JDKs).
* Remove Eclipse project files (using Android Studio + gradle now) and other cleanups.
  • Loading branch information
learnopengles committed Aug 8, 2016
1 parent cb5b4b7 commit 0de3a62
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 150 deletions.
9 changes: 0 additions & 9 deletions android/AndroidOpenGLESLessons/.classpath

This file was deleted.

5 changes: 2 additions & 3 deletions android/AndroidOpenGLESLessons/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/gen
/bin
.idea/
*.iml
.gradle/
build/
*.iml
local.properties
33 changes: 0 additions & 33 deletions android/AndroidOpenGLESLessons/.project

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions android/AndroidOpenGLESLessons/AUTHORS-LIBGDX.TXT

This file was deleted.

2 changes: 1 addition & 1 deletion android/AndroidOpenGLESLessons/LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2011-2012 Learn OpenGL ES
Copyright 2011-2016 Learn OpenGL ES

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions android/AndroidOpenGLESLessons/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "24.0.0"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "com.learnopengles.android"
Expand All @@ -24,7 +24,6 @@ android {
buildTypes {
release {
minifyEnabled true
proguardFile file("$rootProject.projectDir/proguard.cfg")
signingConfig signingConfigs.release
}
}
Expand Down
3 changes: 0 additions & 3 deletions android/AndroidOpenGLESLessons/app/lint.xml

This file was deleted.

40 changes: 0 additions & 40 deletions android/AndroidOpenGLESLessons/proguard.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions android/AndroidOpenGLESLessons/project.properties

This file was deleted.

17 changes: 0 additions & 17 deletions webgl/WebGLLessons/.project

This file was deleted.

7 changes: 0 additions & 7 deletions webgl/WebGLLessons/.settings/.jsdtscope

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0de3a62

Please sign in to comment.