WAI
Status Update
Comments
xa...@android.com <xa...@android.com> #2
This issue is assigned to an engineer for further evaluation
si...@gmail.com <si...@gmail.com> #3
The same bug with Eclipse 3.6 on Linux.
ak...@gmail.com <ak...@gmail.com> #4
Same bug with Eclipse 3.7 on Linux (Arch 64bits)
Is it me or this post is more than 2 years old and have not been resolved yet ?
Is it me or this post is more than 2 years old and have not been resolved yet ?
Description
applicationVariants.all { variant ->
// assign different version code for each output
variant.outputs.each { output ->
output.versionCodeOverride =
Integer.parseInt(project.ext.abiVersionCodesPrefix.get(output.abiFilter, 0) + "" + variant.mergedFlavor.versionCode)
}
}