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

Downgrade Android gradle plugin #2380

Merged
merged 1 commit into from Aug 2, 2021
Merged

Conversation

TimvdLippe
Copy link
Contributor

The newer version is only compatible with new versions of
IntelliJ/Android Studio. To ensure that older versions of IntelliJ can
still open this project, we should downgrade our version for now.

This Gradle plugin version supports IntelliJ 2020.3 and newer.

Fixes #2378

The newer version is only compatible with new versions of
IntelliJ/Android Studio. To ensure that older versions of IntelliJ can
still open this project, we should downgrade our version for now.

This Gradle plugin version supports IntelliJ 2020.3 and newer.

Fixes #2378
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2021

Codecov Report

Merging #2380 (be268a2) into main (f8da4ce) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #2380   +/-   ##
=========================================
  Coverage     84.77%   84.77%           
  Complexity     2792     2792           
=========================================
  Files           328      328           
  Lines          8490     8490           
  Branches       1026     1026           
=========================================
  Hits           7197     7197           
  Misses         1015     1015           
  Partials        278      278           

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 f8da4ce...be268a2. Read the comment docs.

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.

how to solve gradle sync failed after 'Add basic Android instrumented and unit tests'
2 participants