Commit 5e03ef09 authored by fallenstardust's avatar fallenstardust

支持arm64

parent 63cb9abd
org.gradle.jvmargs=-Xmx512M org.gradle.jvmargs=-Xmx512M
org.gradle.parallel=true org.gradle.parallel=true
android.enableR8=false
unityStreamingAssets= unityStreamingAssets=
unityTemplateVersion=3 unityTemplateVersion=3
\ No newline at end of file
...@@ -18,7 +18,7 @@ android { ...@@ -18,7 +18,7 @@ android {
targetSdkVersion 29 targetSdkVersion 29
applicationId 'com.mycard.YGOPro2' applicationId 'com.mycard.YGOPro2'
ndk { ndk {
abiFilters 'armeabi-v7a' abiFilters 'armeabi-v8a','armeabi-v7a'
} }
versionCode 1 versionCode 1
versionName '1.0' versionName '1.0'
......
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