Bump version so migation actually runs
This commit is contained in:
parent
71470b9e02
commit
9f110f9db8
@ -31,7 +31,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.kanade.tachiyomi.sy"
|
applicationId = "eu.kanade.tachiyomi.sy"
|
||||||
|
|
||||||
versionCode = 74
|
versionCode = 75
|
||||||
versionName = "1.12.0"
|
versionName = "1.12.0"
|
||||||
|
|
||||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||||
|
@ -291,6 +291,7 @@ class DownloadManager(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SY -->
|
// SY -->
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* return the list of all manga folders
|
* return the list of all manga folders
|
||||||
*/
|
*/
|
||||||
|
@ -120,6 +120,7 @@ class DownloadProvider(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SY -->
|
// SY -->
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a list of all files in manga directory
|
* Returns a list of all files in manga directory
|
||||||
*
|
*
|
||||||
|
@ -7,7 +7,7 @@ import mihon.core.migration.MigrationContext
|
|||||||
import tachiyomi.core.common.util.lang.withIOContext
|
import tachiyomi.core.common.util.lang.withIOContext
|
||||||
|
|
||||||
class RemoveDuplicateReaderPreferenceMigration : Migration {
|
class RemoveDuplicateReaderPreferenceMigration : Migration {
|
||||||
override val version: Float = 74f
|
override val version: Float = 75f
|
||||||
|
|
||||||
override suspend fun invoke(migrationContext: MigrationContext): Boolean = withIOContext {
|
override suspend fun invoke(migrationContext: MigrationContext): Boolean = withIOContext {
|
||||||
val prefs = migrationContext.get<SharedPreferences>() ?: return@withIOContext false
|
val prefs = migrationContext.get<SharedPreferences>() ?: return@withIOContext false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user