revert to default gradle apk output folder
This commit is contained in:
parent
d683c48338
commit
6feadf73dd
1 changed files with 0 additions and 6 deletions
|
@ -41,12 +41,6 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
applicationVariants.all { variant ->
|
|
||||||
variant.outputs.all {
|
|
||||||
outputFileName = "../" + outputFileName
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dexOptions {
|
dexOptions {
|
||||||
jumboMode true
|
jumboMode true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue