Skip to content

Commit

Permalink
Merge pull request #671 from OxygenCobalt/dev
Browse files Browse the repository at this point in the history
Version 3.3.1 (Real)
  • Loading branch information
OxygenCobalt authored Jan 14, 2024
2 parents 7a5ba6b + 4234f5b commit 7be1d26
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 = 36, exportSchema = false)
@Database(entities = [CachedSong::class], version = 38, exportSchema = false)
abstract class CacheDatabase : RoomDatabase() {
abstract fun cachedSongsDao(): CachedSongsDao
}
Expand Down

0 comments on commit 7be1d26

Please sign in to comment.