11
This commit is contained in:
parent
198f120f7b
commit
b0d6068fbe
@ -9,6 +9,7 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
<!-- Tell Cocos2dxActivity the name of our .so -->
|
||||
<meta-data android:name="android.app.lib_name"
|
||||
|
@ -13,7 +13,7 @@ android {
|
||||
versionCode 5
|
||||
versionName "1.0.5"
|
||||
ndk{
|
||||
abiFilters 'armeabi-v7a','arm64-v8a', 'x86'
|
||||
abiFilters 'armeabi-v7a','arm64-v8a'
|
||||
}
|
||||
|
||||
externalNativeBuild {
|
||||
|
@ -30,6 +30,6 @@ PROP_TARGET_SDK_VERSION=30
|
||||
# Android Build Tools version that will be used as the compile project
|
||||
PROP_BUILD_TOOLS_VERSION=30.0.2
|
||||
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a
|
||||
|
||||
android.injected.testOnly=false
|
Loading…
x
Reference in New Issue
Block a user