Skip to content

Commit

Permalink
Disable image viewer checks on CI (#3384)
Browse files Browse the repository at this point in the history
Because:
1. it uses experimental API, that was changed int 1.5.0-beta03 after 1.4.0
2. we have a policy to use only release versions in the examples

Temporarily, will made a fix in support/1.5.0 branch
igordmn authored Jul 20, 2023
1 parent 9f118d3 commit 336ba2c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/validateExamples.sh
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ runGradle() {

runGradle chat packageDistributionForCurrentOS
runGradle codeviewer packageDistributionForCurrentOS
runGradle imageviewer packageDistributionForCurrentOS
#runGradle imageviewer packageDistributionForCurrentOS
runGradle issues packageDistributionForCurrentOS
runGradle notepad packageDistributionForCurrentOS
runGradle todoapp-lite packageDistributionForCurrentOS
2 changes: 1 addition & 1 deletion examples/validateExamplesAndroid.sh
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ runGradle() {
# requires an emulator running or an Android device to be connected
runGradle chat installDebug
runGradle codeviewer installDebug
runGradle imageviewer installDebug
#runGradle imageviewer installDebug
runGradle issues installDebug
runGradle minesweeper installDebug
runGradle todoapp-lite installDebug
2 changes: 1 addition & 1 deletion examples/validateExamplesIos.sh
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ runGradle() {
runGradle chat
runGradle codeviewer
runGradle falling-balls
runGradle imageviewer
# runGradle imageviewer
runGradle todoapp-lite
runGradle visual-effects
runGradle widgets-gallery

0 comments on commit 336ba2c

Please sign in to comment.