Review Android project

This commit is contained in:
raysan5
2016-08-26 19:40:37 +02:00
parent 5d88eb1d95
commit 4770e2010d
6 changed files with 368 additions and 331 deletions

View File

@ -5,11 +5,12 @@
* This template has been created using raylib 1.2 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Copyright (c) 2014 Ramon Santamaria (Ray San - raysan@raysanweb.com)
* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
*
-->
<!-- NOTE: Game package name must be unique for every app/game -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.raysan5.raylib_test"
package="com.raylib.game_sample"
android:versionCode="1"
android:versionName="1.0" >