Browse Source

Add graphics-2d to validateExamples.sh (#3802)

pull/3813/head
dima.avdeev 1 year ago committed by GitHub
parent
commit
acbfd5d399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      examples/validateExamples.sh
  2. 2
      examples/validateExamplesAndroid.sh

3
examples/validateExamples.sh

@ -25,6 +25,5 @@ runGradle imageviewer packageDistributionForCurrentOS
runGradle issues packageDistributionForCurrentOS
runGradle notepad packageDistributionForCurrentOS
runGradle todoapp-lite packageDistributionForCurrentOS
runGradle minesweeper packageDistributionForCurrentOS
runGradle visual-effects packageDistributionForCurrentOS
runGradle graphics-2d packageDistributionForCurrentOS
runGradle widgets-gallery packageDistributionForCurrentOS

2
examples/validateExamplesAndroid.sh

@ -24,7 +24,7 @@ runGradle chat installDebug
runGradle codeviewer installDebug
runGradle imageviewer installDebug
runGradle issues installDebug
runGradle minesweeper installDebug
runGradle graphics-2d installDebug
runGradle todoapp-lite installDebug
runGradle widgets-gallery installDebug
runGradle todoapp installDebug

Loading…
Cancel
Save