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

RUMM-3487: Update AGP to 8.1.0 #182

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

0xnm
Copy link
Member

@0xnm 0xnm commented Jul 27, 2023

What does this PR do?

This PR does update of Gradle version to 8.2.1 (removed from PR, see bug https://youtrack.jetbrains.com/issue/KT-60748) and also updates AGP version to 8.1.0.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@0xnm 0xnm requested a review from a team as a code owner July 27, 2023 08:24
@0xnm 0xnm force-pushed the nogorodnikov/rumm-3386/update-agp-to-8.1.0 branch from 09538d9 to e6d9cb1 Compare July 27, 2023 09:23
@0xnm 0xnm changed the title RUMM-3386: Update Gradle to 8.2.1 and AGP to 8.1.0 RUMM-3386: Update AGP to 8.1.0 Jul 27, 2023
@0xnm 0xnm changed the title RUMM-3386: Update AGP to 8.1.0 RUMM-3487: Update AGP to 8.1.0 Jul 28, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #182 (e6d9cb1) into develop (29814cd) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #182   +/-   ##
==========================================
  Coverage      86.63%   86.63%           
  Complexity       178      178           
==========================================
  Files             21       21           
  Lines            576      576           
  Branches          72       72           
==========================================
  Hits             499      499           
  Misses            49       49           
  Partials          28       28           

@0xnm 0xnm force-pushed the nogorodnikov/rumm-3386/update-agp-to-8.1.0 branch from e6d9cb1 to 37902cf Compare July 28, 2023 08:14
@@ -81,7 +82,10 @@ internal class DdAndroidGradlePluginFunctionalTest {
libModulePlaceholderFile = File(libModuleKotlinSourcesDir, "Placeholder.kt")
datadogCiFile = File(testProjectDir.parent, "datadog-ci.json")

stubFile(settingsFile, SETTINGS_FILE_CONTENT)
// we need to check that our plugin supports different AGP versions (backward and forward
Copy link
Member

Choose a reason for hiding this comment

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

don't you need a test for each better ?

@0xnm 0xnm merged commit 719ddfd into develop Jul 28, 2023
@0xnm 0xnm deleted the nogorodnikov/rumm-3386/update-agp-to-8.1.0 branch July 28, 2023 08:36
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.

3 participants