Updated DB version

This commit is contained in:
antonio 2022-03-12 14:09:13 +01:00
parent 51cd88dd3f
commit 7fde49f7eb

View file

@ -21,7 +21,7 @@ import com.cappielloantonio.play.model.Server;
@SuppressLint("RestrictedApi")
@Database(
version = 36,
version = 38,
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class}
// autoMigrations = { @AutoMigration(from = 35, to = 36) }
)