Commit 3ec21d26 authored by maxiaoliang's avatar maxiaoliang

修改代码

parent 13a5e8d5
PACKAGE_NAME=com.ym.xynt
VERSION_CODE=2
VERSION_NAME=1.0.1
\ No newline at end of file
VERSION_CODE=3
VERSION_NAME=1.0.2
\ No newline at end of file
......@@ -10,20 +10,20 @@
android:normalScreens="true"
android:smallScreens="true"
android:xlargeScreens="true" />
<application android:isGame="true">
<application
android:banner="@drawable/app_banner"
android:icon="@mipmap/app_icon"
android:isGame="true"
android:label="@string/app_name"
android:theme="@style/UnityThemeSelector">
<activity
android:name="com.game.luckyfarm.UnityPlayerActivity"
android:name="com.ym.game.UnityPlayerActivity"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
android:hardwareAccelerated="true"
android:hardwareAccelerated="false"
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="portrait">
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.MAIN" />-->
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
<!-- <category android:name="android.intent.category.LEANBACK_LAUNCHER" />-->
<!-- </intent-filter>-->
<meta-data
android:name="unityplayer.UnityActivity"
android:value="true" />
......@@ -31,7 +31,7 @@
<meta-data
android:name="unity.build-id"
android:value="c995de7a-4a6d-4110-b5f6-2773b3641b8f" />
android:value="7526ed36-33d7-41b1-bac3-52161fe83dbc" />
<meta-data
android:name="unity.splash-mode"
android:value="0" />
......@@ -51,4 +51,6 @@
<uses-feature
android:name="android.hardware.touchscreen.multitouch.distinct"
android:required="false" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
\ No newline at end of file
......@@ -67,7 +67,7 @@ dependencies {
// api ("com.bx:adsdk:1.3.3"){
// exclude group: 'com.google.code.gson'
// }
api 'com.ym.admodule:admodule:1.0.3.40'
api 'com.ym.admodule:admodule:1.0.3.45'
api 'com.airbnb.android:lottie:3.1.0'
api 'com.google.zxing:core:3.2.1' //zxing核心依赖
api 'com.journeyapps:zxing-android-embedded:3.3.0' //生成二维码依赖
......
<paths>
<!-- 这个下载路径不可以修改,必须是SIGTDOWNLOAD -->
<external-path name="sigmob_download_path" path="SIGTDOWNLOAD" />
</paths>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment