This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Updated version to avoid warning
pull/69/head
raysan5
9 years ago
parent
b804f38150
commit
8a29e5eb5e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src_android/AndroidManifest.xml
+ 1
- 1
src_android/AndroidManifest.xml
View File
@ -12,7 +12,7 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion=
"
9"
android:targetSdkVersion=
"17
"
/>
<uses-sdk
android:minSdkVersion=
"
15"
android:targetSdkVersion=
"19
"
/>
<uses-feature
android:glEsVersion=
"0x00020000"
android:required=
"true"
/>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/icon"
>
Write
Preview
Loading…
Cancel
Save