use different gradle output (until sync build update)
This commit is contained in:
parent
39e8d5513a
commit
f853132e9b
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
applicationVariants.all { variant ->
|
||||||
|
variant.outputs.all {
|
||||||
|
outputFileName = "../" + outputFileName
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dexOptions {
|
dexOptions {
|
||||||
jumboMode true
|
jumboMode true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue