question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gradle Version Requirements

See original GitHub issue

I am building a project in Android studio and am running into a circular dependency.

Every time I set my Gradle Plugin and AGP versions to 7.0.2, the build fails because react-native-idle-timer requires v7.0.1. When I downgrade to v7.0.1 in both plugins, the buid fails because the Minimum supported Gradle version is 7.0.2.

I’m pretty new to Android studio and not sure if it’s a straightforward adjustment in this project to allow support for the latest Gradle/Android Gradle plugins. Any ideas?

Thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
marcshillingcommented, Sep 16, 2021

v2.1.7 is up on npm with these changes. I didn’t remove the jcenter() call because it would not build without it. It’s deprecated in that new packages will no longer be added to it, but it contains old ones that we need.

0reactions
marcshillingcommented, Sep 16, 2021

@mattiamari thanks for confirming that branch works for you. I will merge that in and publish a new version shortly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compatibility Matrix - Gradle User Manual
A Java version between 8 and 19 is required to execute Gradle. Java 20 and later versions are not yet supported. Java 6...
Read more >
Gradle Enterprise version compatibility
The minimum version for the Gradle Build Tool that works with Predictive Test Selection and Test Distribution is 5.4. Gradle Build Tool version,...
Read more >
Android Gradle plugin release notes - Android Developers
The release after AGP 4.2 will be version 7.0 and will require an upgrade to Gradle version 7.x. Every major release of AGP...
Read more >
Gradle - Installation - Tutorialspoint
Prerequisites to install Gradle. JDK and Groovy are the prerequisites for Gradle installation. Gradle requires JDK version 6 or later to be installed...
Read more >
openfasttrace-gradle - GitHub
openfasttrace-gradle. Gradle plugin for the requirement tracing suite OpenFastTrace. ... plugins { id "org.itsallcode.openfasttrace" version "1.0.0" }.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found