Hi guys, can you recommend some good book/course f...
# build-tools
k
Hi guys, can you recommend some good book/course for mastering the Gradle and CI for android development? Preferably something up to date/fresh. For example, is it good book? https://www.packtpub.com/application-development/gradle-android
t
gradle as well as the android gradle plugin from google changes fast so I wouldn't expect a book to be valid very long. I would start with watching all the recent webinars from gradle and learning some basics about the way gradle works. Once you have a grasp on how gradle works the android specifics are easier to understand, since you can see them in the context of how they fit into gradle
5