- Removed middle layer of abstraction for subsonic classes

- Used kotlin for classes
This commit is contained in:
antonio 2023-03-06 21:59:10 +01:00
parent 917c0839de
commit ca15f51c85
168 changed files with 2026 additions and 6588 deletions

View file

@ -0,0 +1,5 @@
package com.cappielloantonio.play.util
object Constants {
const val SHARED_PREF_KEY = "play-shared-preferences"
}