Merge pull request #265 from vector-im/renovate/appyx
Update dependency com.bumble.appyx:core to v1.1.0
This commit is contained in:
commit
4031cb10af
2 changed files with 6 additions and 6 deletions
|
|
@ -15,8 +15,8 @@ corektx = "1.9.0"
|
||||||
datastore = "1.0.0"
|
datastore = "1.0.0"
|
||||||
constraintlayout = "2.1.4"
|
constraintlayout = "2.1.4"
|
||||||
recyclerview = "1.3.0"
|
recyclerview = "1.3.0"
|
||||||
lifecycle = "2.5.1"
|
lifecycle = "2.6.1"
|
||||||
activity = "1.6.1"
|
activity = "1.7.0"
|
||||||
startup = "1.1.1"
|
startup = "1.1.1"
|
||||||
|
|
||||||
# Compose
|
# Compose
|
||||||
|
|
@ -38,7 +38,7 @@ datetime = "0.4.0"
|
||||||
serialization_json = "1.5.0"
|
serialization_json = "1.5.0"
|
||||||
showkase = "1.0.0-beta17"
|
showkase = "1.0.0-beta17"
|
||||||
jsoup = "1.15.4"
|
jsoup = "1.15.4"
|
||||||
appyx = "1.0.5"
|
appyx = "1.1.0"
|
||||||
dependencycheck = "8.2.1"
|
dependencycheck = "8.2.1"
|
||||||
stem = "2.3.0"
|
stem = "2.3.0"
|
||||||
sqldelight = "1.5.5"
|
sqldelight = "1.5.5"
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ import androidx.compose.ui.platform.LocalDensity
|
||||||
import androidx.compose.ui.platform.LocalInspectionMode
|
import androidx.compose.ui.platform.LocalInspectionMode
|
||||||
import androidx.compose.ui.platform.LocalLifecycleOwner
|
import androidx.compose.ui.platform.LocalLifecycleOwner
|
||||||
import androidx.compose.ui.unit.Density
|
import androidx.compose.ui.unit.Density
|
||||||
|
import androidx.lifecycle.Lifecycle
|
||||||
import app.cash.paparazzi.Paparazzi
|
import app.cash.paparazzi.Paparazzi
|
||||||
import com.airbnb.android.showkase.models.Showkase
|
import com.airbnb.android.showkase.models.Showkase
|
||||||
import com.google.testing.junit.testparameterinjector.TestParameter
|
import com.google.testing.junit.testparameterinjector.TestParameter
|
||||||
|
|
@ -95,9 +96,8 @@ class ScreenshotTest {
|
||||||
},
|
},
|
||||||
// Needed so that UI that uses it don't crash during screenshot tests
|
// Needed so that UI that uses it don't crash during screenshot tests
|
||||||
LocalOnBackPressedDispatcherOwner provides object : OnBackPressedDispatcherOwner {
|
LocalOnBackPressedDispatcherOwner provides object : OnBackPressedDispatcherOwner {
|
||||||
override fun getLifecycle() = lifecycleOwner.lifecycle
|
override val lifecycle: Lifecycle get() = lifecycleOwner.lifecycle
|
||||||
|
override val onBackPressedDispatcher: OnBackPressedDispatcher get() = OnBackPressedDispatcher()
|
||||||
override fun getOnBackPressedDispatcher() = OnBackPressedDispatcher()
|
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
ElementTheme {
|
ElementTheme {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue