Gradle Version Requirements
See original GitHub issueI 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:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v2.1.7
is up on npm with these changes. I didn’t remove thejcenter()
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.@mattiamari thanks for confirming that branch works for you. I will merge that in and publish a new version shortly!