Commit 314aa98d by Lee Munkyeong

コードミス修正。

parent 893d16ef
......@@ -89,7 +89,7 @@ android {
armv7 {
versionCode defaultConfig.versionCode
ndk {
abiFilters "armeabi-v7a", "x86", ""
abiFilters "armeabi-v7a", ""
}
}
......@@ -124,7 +124,7 @@ android {
armv7 {
versionCode defaultConfig.versionCode
ndk {
abiFilters "armeabi-v7a", "x86", ""
abiFilters "armeabi-v7a", ""
}
}
armv8 {
......
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