WikiEducationFoundation / apps-android-wikiedudashboard

Access WikiEdu Dashboard from Android App.
https://dashboard.wikiedu.org/
MIT License
22 stars 53 forks source link

[BUG] Problem with gradle distribution version #387

Open kbhardwaj123 opened 4 years ago

kbhardwaj123 commented 4 years ago

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

ujjwalagrawal17 commented 4 years ago

Thanks for reporting this. Feel free to send a PR for the same.

kbhardwaj123 commented 4 years ago

Sure @ujjwalagrawal17 , will do that