Blame view

InlandSDKRelease/AndroidManifest.xml 437 Bytes
83715f60d   赵康   add inlandSDKRelease
1
2
3
4
5
6
7
8
9
10
11
12
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.gump.inland.gamesdk.release"
      android:versionCode="1"
      android:versionName="1.0" >
  
      <uses-sdk
          android:minSdkVersion="8"
          android:targetSdkVersion="21" />
  
      <application
          android:allowBackup="true"
          android:icon="@drawable/ic_launcher"
83715f60d   赵康   add inlandSDKRelease
13
14
15
16
          android:theme="@style/AppTheme" >
      </application>
  
  </manifest>