DroidKaigi / conference-app-2017

The Official Conference App for DroidKaigi 2017 Tokyo
Apache License 2.0
470 stars 140 forks source link

Avoid Jacoco warning #356

Closed tnj closed 7 years ago

tnj commented 7 years ago

Another quick fix: eliminate a build warning of Jacoco configuration.

Issue

Overview (Required)

It is no longer possible to set the Jacoco version in the jacoco {} block.
To update the version of Jacoco without updating the android plugin,
add a buildscript dependency on a newer version, for example: buildscript{    dependencies {
        classpath "org.jacoco:org.jacoco.core:0.7.5.201505241946"    }}

Links

konifar commented 7 years ago

:eyes:

konifar commented 7 years ago

Thanks! Looks good 👍 @KeithYokoma Can you review just in case 🙇

KeithYokoma commented 7 years ago

Looks good! LGTM

:+1:

konifar commented 7 years ago

Amazing! 🐯

tnj commented 7 years ago

Thanks! 👍