mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01:00
[Android] Bump gradle plugin to 2.1.0
And fix deprecation warning in script
This commit is contained in:
parent
a5b72abf2c
commit
4a0a92e95e
@ -60,14 +60,14 @@ android {
|
|||||||
// of product flavors are paid vs. free, ARM vs. x86, etc.
|
// of product flavors are paid vs. free, ARM vs. x86, etc.
|
||||||
productFlavors {
|
productFlavors {
|
||||||
arm_64 {
|
arm_64 {
|
||||||
flavorDimension "abi"
|
dimension "abi"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilter "arm64-v8a"
|
abiFilter "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
x86_64 {
|
x86_64 {
|
||||||
flavorDimension "abi"
|
dimension "abi"
|
||||||
ndk {
|
ndk {
|
||||||
abiFilter "x86_64"
|
abiFilter "x86_64"
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:1.5.0'
|
classpath 'com.android.tools.build:gradle:2.1.0'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user