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

Add support for Android Gradle Plugin 7.0.0 #58

Merged
merged 1 commit into from
May 30, 2021

Conversation

moallemi
Copy link
Owner

Add support for AGP 7.0.0 and drop support for previous versions

Add support for AGP 7.0.0 and drop support for previous versions
@moallemi moallemi linked an issue May 30, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 30, 2021

Codecov Report

Merging #58 (d8fc850) into master (424e763) will decrease coverage by 6.82%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #58      +/-   ##
============================================
- Coverage     86.82%   80.00%   -6.83%     
+ Complexity       69       66       -3     
============================================
  Files             8        8              
  Lines           167      170       +3     
  Branches         31       32       +1     
============================================
- Hits            145      136       -9     
- Misses            4       15      +11     
- Partials         18       19       +1     
Flag Coverage Δ
unittests 80.00% <100.00%> (-6.83%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...advancedbuildversion/AdvancedBuildVersionPlugin.kt 88.23% <100.00%> (+0.73%) ⬆️
...advancedbuildversion/utils/CompatibilityManager.kt 92.00% <100.00%> (+0.69%) ⬆️
...mi/gradle/advancedbuildversion/utils/GitWrapper.kt 33.33% <0.00%> (-66.67%) ⬇️
...buildversion/gradleextensions/VersionCodeConfig.kt 77.41% <0.00%> (-12.91%) ⬇️
...ion/gradleextensions/AdvancedBuildVersionConfig.kt 83.33% <0.00%> (-11.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 424e763...d8fc850. Read the comment docs.

@moallemi moallemi merged commit bf29e34 into master May 30, 2021
@moallemi moallemi deleted the feature/agp-7.0-support branch May 30, 2021 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gradle 7.0 support
1 participant