mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1686 Tech | Target SDK 34 (#319)
This commit is contained in:
parent
d0d87ecac4
commit
1ca5bb5632
13 changed files with 38 additions and 72 deletions
|
@ -18,7 +18,7 @@ import org.robolectric.RobolectricTestRunner
|
|||
import org.robolectric.annotation.Config
|
||||
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
@Config(manifest = Config.NONE)
|
||||
@Config(manifest = Config.NONE, sdk = [33])
|
||||
class AccountDaoTest {
|
||||
|
||||
@get:Rule
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.robolectric.RuntimeEnvironment
|
|||
import org.robolectric.annotation.Config
|
||||
|
||||
@RunWith(RobolectricTestRunner::class)
|
||||
@Config(manifest = Config.NONE)
|
||||
@Config(manifest = Config.NONE, sdk = [33])
|
||||
class DefaultAuthCacheTest {
|
||||
|
||||
@get:Rule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue