mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Drop support for Android 5.x
It's 5-6 years old, and only accounts for 2% of users in the Firebase analytics.
This commit is contained in:
		| @@ -41,7 +41,7 @@ import uy.kohesive.injekt.api.addSingleton | ||||
|  * Test class for the [LegacyBackupManager]. | ||||
|  * Note that this does not include the backup create/restore services. | ||||
|  */ | ||||
| @Config(constants = BuildConfig::class, sdk = [Build.VERSION_CODES.LOLLIPOP]) | ||||
| @Config(constants = BuildConfig::class, sdk = [Build.VERSION_CODES.M]) | ||||
| @RunWith(CustomRobolectricGradleTestRunner::class) | ||||
| class BackupTest { | ||||
|     // Create root object | ||||
|   | ||||
| @@ -13,7 +13,7 @@ import org.junit.runner.RunWith | ||||
| import org.robolectric.RuntimeEnvironment | ||||
| import org.robolectric.annotation.Config | ||||
|  | ||||
| @Config(constants = BuildConfig::class, sdk = [Build.VERSION_CODES.LOLLIPOP]) | ||||
| @Config(constants = BuildConfig::class, sdk = [Build.VERSION_CODES.M]) | ||||
| @RunWith(CustomRobolectricGradleTestRunner::class) | ||||
| class CategoryTest { | ||||
|  | ||||
|   | ||||
| @@ -28,7 +28,7 @@ import uy.kohesive.injekt.api.InjektModule | ||||
| import uy.kohesive.injekt.api.InjektRegistrar | ||||
| import uy.kohesive.injekt.api.addSingleton | ||||
|  | ||||
| @Config(constants = BuildConfig::class, sdk = [Build.VERSION_CODES.LOLLIPOP]) | ||||
| @Config(constants = BuildConfig::class, sdk = [Build.VERSION_CODES.M]) | ||||
| @RunWith(CustomRobolectricGradleTestRunner::class) | ||||
| class LibraryUpdateServiceTest { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user