Skip to content

Commit 30408a4

Browse files
authored
fix: downgraded the screenshot library
1 parent 1582916 commit 30408a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ materialIconsExtendedAndroid = "1.7.8"
2222
mockk = "1.14.7"
2323
mockkAndroid = "1.14.7"
2424
org-jacoco-core = "0.8.14"
25-
screenshot = "0.0.1-alpha13"
25+
screenshot = "0.0.1-alpha12"
2626
constraintlayout = "2.2.1"
2727
material = "1.13.0"
2828
robolectric = "4.16.1"
@@ -73,4 +73,4 @@ android-application = { id = "com.android.application", version.ref = "agp" }
7373
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
7474
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
7575
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
76-
screenshot = { id = "com.android.compose.screenshot", version.ref = "screenshot"}
76+
screenshot = { id = "com.android.compose.screenshot", version.ref = "screenshot"}

0 commit comments

Comments
 (0)