Skip to content

Commit f5c81e9

Browse files
Dev 3.0.3 (#56)
* Remove obsolete skia-mapper, prepare code to work with Lets-Plot v4.9.0 * Experimental visual testing * Fix build * Add figureModel cleanup in android plot panel * Migrate to 'drawable' from 'figure' * PlotFigureModel inherits FigureModelBase * Remove Skiko dependency from build configuration * Remove unused skiko version from build.gradle.kts * Update PlotFigureModel to use SpecOverrideState. * Remove 0.0.1-SNAPSHOT * Remove redundant dependencies already present in lets-plot-common * Add SkiaComposeCanvasTests to validate canvas rendering functionality * visual-testing initial integration. Temp ignored due to fonts inconsistency * Add NotoFontManager for test * Achieve rendering parity in Skia canvas and enable regression testing * Initial support for visual-tests on Android * Switch to LP 4.9.0-rc1 * Disable visual tests * Fix tests, minor code cleanup * Add macOS-specific image baselines due to text rendering differences * Update Kotlin and dependency versions in gradle.properties * Rename CanvasView2 * Upgrade to LPK 4.12.2-SNAPSHOT * Upgrade LPK -> v4.13.0 --------- Co-authored-by: Ivan Kupriyanov <ikupriyanov@horis.ru> Co-authored-by: Ivan Kupriyanov <horis.ikupriyanov@gmail.com>
1 parent 27b4326 commit f5c81e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ agp.version=8.12.0
3232
kotlin.version=2.2.20
3333
compose.version=1.10.2
3434
letsPlot.version=4.9.0
35-
letsPlotKotlin.version=4.12.1
35+
letsPlotKotlin.version=4.13.0
3636

3737
# Optional dependencies. Not mandatory to update.
3838
nexusStaging.version=0.30.0

platf-android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ tasks.register<Exec>("pullTestImages") {
138138
println("⚠️ No images found on device (Test passed or skipped).")
139139
}
140140

141-
// 4. Cleanup the temp folder
141+
// 4. Clean up the temp folder
142142
tempDir.deleteRecursively()
143143
}
144144
}

0 commit comments

Comments
 (0)