Bump GMSAAS version to 1.15.0 (#540)

### Description

Gmsaas had a major update in 1.15.0 which addresses adb connection
issues (OpenSSL 3 is now used for ADB Tunnel instead of OpenSSL 1.1.1).
This commit is contained in:
Dave Golombek 2025-09-24 02:58:52 -04:00 committed by GitHub
parent 9290e90e3c
commit a89d4679be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
ARG DOCKER_ANDROID_VERSION
FROM budtmo/docker-android:base_${DOCKER_ANDROID_VERSION}
ENV GMSAAS_CLI_VERSION="1.14.1"
ENV GMSAAS_CLI_VERSION="1.15.0"
#================
# Cloud Packages