SecUSo / privacy-friendly-netmonitor

Privacy Friendly App that shows active network connections of installed apps.
GNU General Public License v3.0
156 stars 33 forks source link

Update Gradle #73

Closed syphyr closed 4 years ago

syphyr commented 5 years ago

When Gradle was updated to 4.10.1, the checksum was not also updated. We might as well use the latest stable version of Gradle 4.10.2 instead of 4.10.1. Built and tested on Android Nougat (cm-14.1).

petermayer commented 4 years ago

Thanks for the contribution @syphyr, but the usage of checksums is now actually discouraged since it might freeze Android Studio: https://github.com/gradle/gradle/issues/9361