While setting up the project i encountered problems with the gradle distribution version that is being currently being used(gradle-5.1.1). In fact this is the reason why the Travis CI tests are failing for recent PRs, in order to fix this build issue we should use the gradle-5.6.2 distribution.
Apart from the gradle version there is a problem with the Spotless gradle plugin, com.diffplug.gradle.spotless has been migrated to com.diffplug.spotless
Device and Android version:
Tested on Honor Play (API 29)
Summary:
While setting up the project i encountered problems with the gradle distribution version that is being currently being used(gradle-5.1.1). In fact this is the reason why the Travis CI tests are failing for recent PRs, in order to fix this build issue we should use the gradle-5.6.2 distribution. Apart from the gradle version there is a problem with the Spotless gradle plugin, com.diffplug.gradle.spotless has been migrated to com.diffplug.spotless
Device and Android version: Tested on Honor Play (API 29)
Would you like to work on this issue Yes