diff options
| author | raysan5 <[email protected]> | 2016-08-26 19:40:37 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-08-26 19:40:37 +0200 |
| commit | 4770e2010d2451d28305bea874f81e50ed6560f5 (patch) | |
| tree | 52defea443cc02eeb384a81f7386afeb0e4290da /templates/android_project/AndroidManifest.xml | |
| parent | 5d88eb1d95b188fad1d84994f45291febe9fa6c1 (diff) | |
| download | raylib-4770e2010d2451d28305bea874f81e50ed6560f5.tar.gz raylib-4770e2010d2451d28305bea874f81e50ed6560f5.zip | |
Review Android project
Diffstat (limited to 'templates/android_project/AndroidManifest.xml')
| -rw-r--r-- | templates/android_project/AndroidManifest.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/android_project/AndroidManifest.xml b/templates/android_project/AndroidManifest.xml index 6755027e..1d30ab17 100644 --- a/templates/android_project/AndroidManifest.xml +++ b/templates/android_project/AndroidManifest.xml @@ -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 - [email protected]) +* 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" > |
