mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
fix
This commit is contained in:
parent
835fcca7b9
commit
912de10cc3
@ -19,7 +19,8 @@ import kotlinx.coroutines.launch
|
|||||||
version = 6,
|
version = 6,
|
||||||
autoMigrations = [
|
autoMigrations = [
|
||||||
AutoMigration(from = 3, to = 4),
|
AutoMigration(from = 3, to = 4),
|
||||||
AutoMigration(from = 4, to = 5)
|
AutoMigration(from = 4, to = 5),
|
||||||
|
AutoMigration(from = 5, to = 6)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@TypeConverters(value = [KryoConverters::class, GsonConverters::class])
|
@TypeConverters(value = [KryoConverters::class, GsonConverters::class])
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
PACKAGE_NAME=moe.nb4a
|
PACKAGE_NAME=moe.nb4a
|
||||||
VERSION_NAME=1.3.9
|
VERSION_NAME=1.3.9
|
||||||
PRE_VERSION_NAME=pre-1.4.0-20250902-2
|
PRE_VERSION_NAME=pre-1.4.0-20250903-1
|
||||||
VERSION_CODE=43
|
VERSION_CODE=43
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user