Browse Source

Update golden screenshots in the gradle plugin tests (#5117)

Updating the compose.version too, otherwise the tests would fail locally
with the new screenshots.
__


This is a consequence of updating to a newer skia/skiko version in
compose-multiplatform-core.
pull/5118/head
Oleksandr Karpovich 3 months ago committed by GitHub
parent
commit
f6bf9e6397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      gradle-plugins/compose/src/test/test-projects/application/proguard/main-image.expected.png
  2. BIN
      gradle-plugins/compose/src/test/test-projects/beforeKotlin2/custom-compiler-args/main-image.expected.png
  3. BIN
      gradle-plugins/compose/src/test/test-projects/beforeKotlin2/custom-compiler/main-image.expected.png
  4. 2
      gradle-plugins/gradle.properties

BIN
gradle-plugins/compose/src/test/test-projects/application/proguard/main-image.expected.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

BIN
gradle-plugins/compose/src/test/test-projects/beforeKotlin2/custom-compiler-args/main-image.expected.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

BIN
gradle-plugins/compose/src/test/test-projects/beforeKotlin2/custom-compiler/main-image.expected.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

2
gradle-plugins/gradle.properties

@ -8,7 +8,7 @@ kotlin.code.style=official
dev.junit.parallel=false
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.7.0-alpha01
compose.version=1.7.0-dev1762
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
compose.tests.kotlin.version=2.0.0
# __SUPPORTED_GRADLE_VERSIONS__

Loading…
Cancel
Save