Skip to content

Commit

Permalink
build: bump to 4.0.0-dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 9, 2025
1 parent c5241de commit 9b82b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {

defaultConfig {
applicationId namespace
versionName "4.0.0-dev2"
versionCode 55
versionName "4.0.0-dev3"
versionCode 56

minSdk min_sdk
targetSdk target_sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import org.oxycblt.musikr.tag.parse.ParsedTags
import org.oxycblt.musikr.util.correctWhitespace
import org.oxycblt.musikr.util.splitEscaped

@Database(entities = [CachedSong::class], version = 55, exportSchema = false)
@Database(entities = [CachedSong::class], version = 56, exportSchema = false)
internal abstract class CacheDatabase : RoomDatabase() {
abstract fun visibleDao(): VisibleCacheDao

Expand Down

0 comments on commit 9b82b5a

Please sign in to comment.