فهرست منبع

Minor change of the namespace(qnx/ios) and package(android) to now be org.gameplay3d

setaylor 13 سال پیش
والد
کامیت
72f46b6ccd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      gameplay/android/AndroidManifest.xml

+ 2 - 2
gameplay/android/AndroidManifest.xml

@@ -1,10 +1,10 @@
 <?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="com.android.gameplay"
+    package="org.gameplay3d.gameplay"
     android:versionCode="1"
     android:versionCode="1"
     android:versionName="1.0" >
     android:versionName="1.0" >
 
 
-    <uses-sdk android:minSdkVersion="15" />
+    <uses-sdk android:minSdkVersion="9" />
 
 
     <application
     <application
         android:icon="@drawable/ic_launcher"
         android:icon="@drawable/ic_launcher"