We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835fcca commit 912de10Copy full SHA for 912de10
app/src/main/java/io/nekohasekai/sagernet/database/SagerDatabase.kt
@@ -19,7 +19,8 @@ import kotlinx.coroutines.launch
19
version = 6,
20
autoMigrations = [
21
AutoMigration(from = 3, to = 4),
22
- AutoMigration(from = 4, to = 5)
+ AutoMigration(from = 4, to = 5),
23
+ AutoMigration(from = 5, to = 6)
24
]
25
)
26
@TypeConverters(value = [KryoConverters::class, GsonConverters::class])
nb4a.properties
@@ -1,4 +1,4 @@
1
PACKAGE_NAME=moe.nb4a
2
VERSION_NAME=1.3.9
3
-PRE_VERSION_NAME=pre-1.4.0-20250902-2
+PRE_VERSION_NAME=pre-1.4.0-20250903-1
4
VERSION_CODE=43
0 commit comments