Browse Source

Fixed incorrect android package name for character sample in AndroidManifest.xml

setaylor 11 years ago
parent
commit
38ecd6e0a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      samples/character/android/AndroidManifest.xml

+ 1 - 1
samples/character/android/AndroidManifest.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-        package="org.gameplay3d.sample_mesh"
+        package="org.gameplay3d.sample_character"
         android:versionCode="1"
         android:versionCode="1"
         android:versionName="1.0">
         android:versionName="1.0">