janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.96k stars 934 forks source link

Gradle update #66

Open mudassarwurfel opened 5 years ago

mudassarwurfel commented 5 years ago

Gradle version Updated -> in Gradle 5.x setDestination(Object file) has been removed (destination "$yourpath" replaced with destination file("$yourpath")