Skip to content

Commit

Permalink
Updated Flutter driver to version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Jul 9, 2024
1 parent 35e9506 commit 7dc0e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ USER 1300:1301
# Install basic Android drivers
#===============================
ENV APPIUM_DRIVER_ESPRESSO_VERSION="2.44.1"
ENV APPIUM_DRIVER_FLUTTER_VERSION="2.6.0"
ENV APPIUM_DRIVER_FLUTTER_VERSION="2.8.0"
ENV APPIUM_DRIVER_GECKO_VERSION="1.3.3"
ENV APPIUM_DRIVER_UIAUTOMATOR2_VERSION="3.1.0"
RUN appium driver install --source=npm appium-espresso-driver@${APPIUM_DRIVER_ESPRESSO_VERSION} && \
Expand Down

0 comments on commit 7dc0e29

Please sign in to comment.