Move output apk to bin directory
This commit is contained in:
parent
8924ce733e
commit
df2b619a75
1 changed files with 7 additions and 0 deletions
7
android/examples/gradle/outputfilename.gradle
Normal file
7
android/examples/gradle/outputfilename.gradle
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
android {
|
||||||
|
applicationVariants.all { variant ->
|
||||||
|
variant.outputs.all {
|
||||||
|
outputFileName = "../../../../../bin/" + outputFileName
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue