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 cd2eef0 commit cb9ef8eCopy full SHA for cb9ef8e
app/src/main/java/com/heyanle/easybangumi4/Migrate.kt
@@ -426,7 +426,7 @@ object Migrate {
426
}
427
428
429
- if (lastVersionCode < 101) {
+ if (lastVersionCode < 102) {
430
val extensionJSPath = context.getFilePath("extension-js")
431
val extensionJsV2Path = context.getFilePath("extension_v2")
432
val folder = File(extensionJSPath)
0 commit comments