mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
gradle: Add a "flavor dimension" to make Android Studio 3.0 happy
This commit is contained in:
parent
5336b17579
commit
22e509905e
@ -10,6 +10,8 @@ androidGitVersion {
|
||||
}
|
||||
|
||||
android {
|
||||
flavorDimensions "variant"
|
||||
|
||||
signingConfigs {
|
||||
debug {
|
||||
storeFile file("debug.keystore")
|
||||
@ -100,6 +102,7 @@ android {
|
||||
productFlavors {
|
||||
normal {
|
||||
applicationId 'org.ppsspp.ppsspp'
|
||||
dimension "variant"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
// Available arguments listed at https://developer.android.com/ndk/guides/cmake.html
|
||||
@ -114,6 +117,7 @@ android {
|
||||
}
|
||||
gold {
|
||||
applicationId 'org.ppsspp.ppssppgold'
|
||||
dimension "variant"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
// Available arguments listed at https://developer.android.com/ndk/guides/cmake.html
|
||||
|
Loading…
Reference in New Issue
Block a user