relaycorp / awala-endpoint-android

High-level library for Android apps implementing Awala endpoints
Apache License 2.0
1 stars 1 forks source link

Upgrade JaCoCo when Android Gradle Plugin 4.2 is released #6

Closed gnarea closed 1 year ago

gnarea commented 3 years ago

We're pinning an old version of JaCoCo because of a bug in the Android Gradle Plugin that's been fixed and will be available in the upcoming 4.2 release.

Filmaluco commented 1 year ago

@gnarea I believe this one can also be closed. https://github.com/relaycorp/awala-endpoint-android/pull/274

Dependabot already must have made the upgrade, because on that PR it's using the latest version

gnarea commented 1 year ago

Thanks for looking into this, @Filmaluco!

Dependabot can't manage JaCoCo because it isn't managed as an actual Gradle dependency. See jacoco.gradle.

However, I just checked and you already upgraded it to the latest version in #235, so I'm closing this issue.