Repo created
This commit is contained in:
parent
16b40d913d
commit
58cebe4c98
697 changed files with 71766 additions and 2 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.cappielloantonio.tempo.model
|
||||
|
||||
import androidx.annotation.Keep
|
||||
|
||||
@Keep
|
||||
data class ReplayGain(
|
||||
var trackGain: Float = 0f,
|
||||
var albumGain: Float = 0f,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue