Adds a view for displaying songs, as well as a basic song database API.

This commit is contained in:
Markil3
2021-07-09 10:36:17 -06:00
parent 88c19290b7
commit b0c3f5e6ff
10 changed files with 967 additions and 1 deletions

View File

@@ -9,4 +9,4 @@
* For more details take a look at the Java Quickstart chapter in the Gradle
* user guide available at https://docs.gradle.org/4.4.1/userguide/tutorial_java_projects.html
*/
ext.defaultPackage = "edu.regis"
ext.defaultPackage = "edu.regis.universe_player"