mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
[Android] Bump gradle plugin to 2.1.0
And fix deprecation warning in script
This commit is contained in:
@@ -60,14 +60,14 @@ android {
|
||||
// of product flavors are paid vs. free, ARM vs. x86, etc.
|
||||
productFlavors {
|
||||
arm_64 {
|
||||
flavorDimension "abi"
|
||||
dimension "abi"
|
||||
ndk {
|
||||
abiFilter "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
x86_64 {
|
||||
flavorDimension "abi"
|
||||
dimension "abi"
|
||||
ndk {
|
||||
abiFilter "x86_64"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user