8000 Support Android Build Plugin 3.3.0-beta1 by dodgex · Pull Request #2174 · androidannotations/androidannotations · GitHub 8000
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@dodgex
Copy link
Member
@dodgex dodgex commented Oct 22, 2018

Google once again moved the location of merged AndroidManifest.xml... this PR allows AA to find the Manifest in its new location.

Tested with 3.3.0-beta01 and 3.4.0-alpha02

See #2173

addPossibleSplitLocations(basePath, possibleLocation, possibleLocations);
String possibleLocationWithoutProcessManifest = BUILD_TOOLS_V32_MANIFEST_PATH + "/" + variantPart;
String possibleLocationWithProcessManifest = possibleLocationWithoutProcessManifest + "/process" + upperCaseFirst(variantPart) + "Manifest/merged";
if (new File(basePath, possibleLocationWithoutProcessManifest).isDirectory()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we extract this to a method? The two ifs are doing the same if I am seeing it right.

@dodgex
Copy link
Member Author
dodgex commented Oct 24, 2018

PR updated

@WonderCsabo WonderCsabo merged commit 0af90a6 into androidannotations:develop Oct 25, 2018
@dodgex dodgex deleted the 2173_support_android_build_plugin_3_3 branch October 25, 2018 05:54
@dodgex dodgex added this to the 4.6.0 milestone Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0