Skip to content

Commit

Permalink
Prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
learnopengles committed May 10, 2012
1 parent 3749f64 commit 43b9f17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/AndroidOpenGLESLessons/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.learnopengles.android"
android:versionCode="9" android:versionName="1.0.7">
android:versionCode="10" android:versionName="1.0.7.1">
<uses-sdk
android:minSdkVersion="8" />
android:minSdkVersion="8"
android:targetSdkVersion="15"/>
<!-- We require OpenGL ES 2.0 -->
<uses-feature
android:glEsVersion="0x00020000"
Expand Down

0 comments on commit 43b9f17

Please sign in to comment.