udacity / and-nd-firebase

Course code repository for Firebase in a Weekend by Google: Android
https://www.udacity.com/course/firebase-in-a-weekend-by-google-android--ud0352
Apache License 2.0
299 stars 714 forks source link

fix: updated gradle files to latest android requirements #66

Open naman653 opened 5 years ago

naman653 commented 5 years ago

compile and testCompile have been replaced by implementation and testImplementation. Also, gradle files are updated according to latest android requirements.