-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Does not work with Gradle 7.x #59
Comments
@oliverlockwood You can use v1.7.4 which is compatible with AGP 7.x |
@moallemi this still doesn't work:
|
For anyone having the same problem, you're using the jcenter() repo. MavenCentral hosts version 1.7.4. |
@moallemi bump - this problem (as I described on 13th September) is still there. Any chance you could fix and release a new version which doesn't use a beta version of the 7.x plugin? |
AGP 7.1.2 An exception occurred applying plugin request [id: 'me.moallemi.advanced-build-version', version: '2.0.0']
|
@murdak Based on error message it seems that you are applying this plugin on a Non-Android repository. make sure that you follow the docs for setting up the library |
Can you elaborate? Do you have a sample app project? Here is from build.gradle plugins {
} |
@murdak Thank you for raising this issue. I have to update the plugin to support the new project setup. but for now you can follow these steps: in
|
I see the following error:
I can see that there's been a commit in support of Gradle 7.x, but there's been no releases yet.
@moallemi any chance of you publishing a release so that we can work with Gradle 7.x, please? Many thanks.
The text was updated successfully, but these errors were encountered: