Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting 4.2.0-alpha07 changes #292

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Conversation

powerserg17-bunch
Copy link
Contributor

Solution for #290

Adjusted manifest output file folder for AGP 4.2.0-alpha07 and above.

@@ -320,7 +320,9 @@ class VariantProcessor {
ManifestProcessorTask processManifestTask = mVersionAdapter.getProcessManifest()

File manifestOutput
if (FatUtils.compareVersion(VersionAdapter.AGPVersion, "3.3.0") >= 0) {
if (FatUtils.compareVersion(VersionAdapter.AGPVersion, "4.2.0-alpha07") >= 0) {
Copy link
Owner

Choose a reason for hiding this comment

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

Are you checked it in 4.2.0-alpha01 ~ 4.2.0-alpha06 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, totally. Manually checked all of them.

@kezong kezong merged commit c136da6 into kezong:master Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants