IanTDuncan / MealTime

Project for CSC 480
0 stars 0 forks source link

Gradle - Dependency Added #167

Closed BeepDroid closed 6 months ago

BeepDroid commented 6 months ago

Gradle - Dependency Added


Description:


Just an update to the gradle.build file with a new dependency for working with ImageViews during backend.

Steps to Reproduce:


  1. Copy and paste this dependency into the gradle file.
  2. Sync the project and allow files to download.
  3. Enjoy Picasso!

Expected vs. Actual Behavior:


  1. Implementation of Picasso for class imports and method use.
  2. Successful implementation!

Code Snippets:



implementation ("com.squareup.picasso:picasso:2.71828")

Environment Details:


Android Studio, Windows OS

Current Status:


Completed