BenoitDuffez / AndroidCupsPrint

Port of cups4j to Android. Allows wireless printing from any Android device to any CUPS-enabled print server or network printer.
https://benoitduffez.github.io/AndroidCupsPrint
GNU Lesser General Public License v3.0
228 stars 66 forks source link

Old gradle version is been used, fix breaking changes in build.gradle #190

Closed Zeratoxx closed 2 years ago

Zeratoxx commented 2 years ago

file [projRoot]/app/build.gradle:106-108: replace sourceDirectories = files([mainSrc]) with getSourceDirectories().setFrom( files([mainSrc]) ) and matching that sceme the two following lines also.

More information accordings that here: https://docs.gradle.org/current/userguide/upgrading_version_5.html#other_deprecated_behaviors_and_apis

BenoitDuffez commented 2 years ago

Thanks for fixing this in #192