Browse Source

Fix Gradle Plugin Test screenshots (#3920)

Antialiasing changed after upgrading Skia
pull/3929/head
Igor Demin 6 months ago committed by GitHub
parent
commit
1b44c94bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      gradle-plugins/compose/src/test/test-projects/application/custom-compiler-args/main-image.expected.png
  2. BIN
      gradle-plugins/compose/src/test/test-projects/application/custom-compiler/main-image.expected.png
  3. BIN
      gradle-plugins/compose/src/test/test-projects/application/proguard/main-image.expected.png
  4. 2
      gradle-plugins/gradle.properties

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 137 B

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 137 B

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 137 B

2
gradle-plugins/gradle.properties

@ -2,7 +2,7 @@ org.gradle.parallel=true
kotlin.code.style=official
# Default version of Compose Libraries used by Gradle plugin
compose.version=1.5.10
compose.version=1.6.0-dev1268
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.3
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.

Loading…
Cancel
Save