Skip to content

Commit

Permalink
Update project properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
learnopengles committed May 20, 2013
1 parent eab21b7 commit 90467e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/AndroidOpenGLESLessons/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion android/AndroidOpenGLESLessons/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="15" />
android:targetSdkVersion="17" />
<!-- We require OpenGL ES 2.0 -->
<uses-feature
android:glEsVersion="0x00020000"
Expand Down
2 changes: 1 addition & 1 deletion android/AndroidOpenGLESLessons/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-16
target=android-17

0 comments on commit 90467e7

Please sign in to comment.