Closed DenK91 closed 4 years ago
Oh, bummer that you're getting such an unhelpful error. It should say that the minimum Android Gradle Plugin version is 3.6.0. Since it hasn't shipped yet, you can use 3.6.0-rc03: classpath 'com.android.tools.build:gradle:3.6.0-rc03'
.
See 983a42aa76ada78e5159e2651cc31e2a4fa1bbf8 for the new AGP requirement and a6473a5eaa10171849ef13724a47bd3e0df74656 for the new Gradle requirement.
Yes it was help me. Just I don't used to candidate versions, but in this case it normal for me. Thanks!
Describe the problem
At the last week everything was fine, project was built well on February 14, 2020. But on the morning of Monday February 17, failed to build the project. Were not any changes in my code. Please help, What I do wrong? Advice in google and on stackoverflow regarding this problem don't helped me.
How To Reproduce
The library is setup as follows:
my root build.gradle
app/build.gradle:
I tried some gradle wrappers but was the same behavior:
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
Actual behavior
I get failure build, but if I commenting plugin in my app/build.gradle project builds fine.
Additional context (if a crash, provide stack trace)