This commit is contained in:
ocean 2024-06-12 11:52:06 +08:00
parent f8955cb1e4
commit e82f165c06

View File

@ -5,7 +5,7 @@ object Constants {
const val KEY_SHOULD_ENTER_MUSIC_JSON = "key_should_enter_music_json"
const val DEFAULT_SHOULD_ENTER_MUSIC_JSON = """
{
"versionCode": 1,
"versionCode": 2,
"enter": false
}
"""