Wrong minimal gradle plugin version
- Dominant language
- Kotlin
- Stars
- 107
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to use this plug-in in following project: gradle 8.11.1, agp 8.9.3.
When using Grease version 0.3.7, the build fails with the following error:
```
An exception occurred applying plugin request [id: 'com.android.library']
> Failed to apply plugin 'com.android.internal.version-check'.
> Minimum supported Gradle version is 8.13. Current version is 8.11.1.
```
This requirement does not match with declared minimal gradle version 8.3.
As a workaround, I tried downgrading to version 0.3.4. However, that version fails with a different problem, which has already been reported in https://github.com/deepmedia/Grease/issues/28.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.