Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Support Android Build Plugin 3.3.0-beta1#2174

Merged
WonderCsabo merged 2 commits into
androidannotations:developandroidannotations/androidannotations:developfrom
dodgex:2173_support_android_build_plugin_3_3Copy head branch name to clipboard
Oct 25, 2018
Merged

Support Android Build Plugin 3.3.0-beta1#2174
WonderCsabo merged 2 commits into
androidannotations:developandroidannotations/androidannotations:developfrom
dodgex:2173_support_android_build_plugin_3_3Copy head branch name to clipboard

Conversation

@dodgex

@dodgex dodgex commented Oct 22, 2018

Copy link
Copy Markdown
Member

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
Copy Markdown
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

dodgex commented Oct 24, 2018

Copy link
Copy Markdown
Member Author

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.