Skip to content

Commit

Permalink
music: bump cache version
Browse files Browse the repository at this point in the history
Accidentally bumped it to version code 35, when this will be version
code 36.
  • Loading branch information
OxygenCobalt committed Nov 12, 2023
1 parent df7ec27 commit 0016c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.oxycblt.auxio.music.info.Date
import org.oxycblt.auxio.music.metadata.correctWhitespace
import org.oxycblt.auxio.music.metadata.splitEscaped

@Database(entities = [CachedSong::class], version = 35, exportSchema = false)
@Database(entities = [CachedSong::class], version = 36, exportSchema = false)
abstract class CacheDatabase : RoomDatabase() {
abstract fun cachedSongsDao(): CachedSongsDao
}
Expand Down

0 comments on commit 0016c77

Please sign in to comment.