Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.88 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.88 KB

logo

Build Status codecov codebeat badge Help Contribute to Open Source

SEDaily-Android

A podcast for the Software Engineering Daily Podcast

Getting Started

Cloning the Project

$ git clone https://github.com/SoftwareEngineeringDaily/SEDaily-Android.git
$ cd SEDaily-Android

Setting up Firebase

  1. Go to the Firebase website and create an account if you do not already have one
  2. Create a new project on the Firebase dashboard
  3. Add a new Android app in the Firebase Dashboard.
  4. Set the package name to com.koalatea.thehollidayinn.softwareengineeringdaily.debug
  5. Download google-services.json and place it in /app/

Compile the project with Gradle using

./gradelw build

Built With

Contributing

License