A player for the Software Engineering Daily Podcast
$ git clone https://github.com/SoftwareEngineeringDaily/SEDaily-Android.git
$ cd SEDaily-Android
- Go to the Firebase website and create an account if you do not already have one
- Create a new project on the Firebase dashboard
- Add a new Android app in the Firebase Dashboard.
- Set the package name to
com.koalatea.thehollidayinn.softwareengineeringdaily.debug
- Download
google-services.json
and place it in/app/
Compile the project with Gradle using
./gradlew build