mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Remove dev update checker
This commit is contained in:
		| @@ -1,18 +1,12 @@ | ||||
| package eu.kanade.tachiyomi.data.updater | ||||
|  | ||||
| import eu.kanade.tachiyomi.BuildConfig | ||||
| import eu.kanade.tachiyomi.data.updater.devrepo.DevRepoUpdateChecker | ||||
| import eu.kanade.tachiyomi.data.updater.github.GithubUpdateChecker | ||||
|  | ||||
| abstract class UpdateChecker { | ||||
|  | ||||
|     companion object { | ||||
|         fun getUpdateChecker(): UpdateChecker { | ||||
|             return if (BuildConfig.DEBUG) { | ||||
|                 DevRepoUpdateChecker() | ||||
|             } else { | ||||
|                 GithubUpdateChecker() | ||||
|             } | ||||
|             return GithubUpdateChecker() | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user