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.95k stars 936 forks source link

Fix build error on Android Studio 3.4 #59

Open BoxResin opened 5 years ago

BoxResin commented 5 years ago

In Gradle 5.x setDestination(Object file) has been removed. See this link for more information.

BoxResin commented 5 years ago

Note: Android Studio 3.4 requires at least Gradle v5.1.1