mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-30 19:23:22 +00:00
Added google analytics and automation script for Genymotion
This commit is contained in:
+8
-1
@@ -92,6 +92,7 @@ ARG BROWSER=android
|
||||
ARG CHROME_DRIVER=2.40
|
||||
ARG GOOGLE_PLAY_SERVICE=12.8.74
|
||||
ARG GOOGLE_PLAY_STORE=11.0.50
|
||||
ARG APP_RELEASE_VERSION=1.5-p0
|
||||
ENV ANDROID_VERSION=$ANDROID_VERSION \
|
||||
API_LEVEL=$API_LEVEL \
|
||||
PROCESSOR=$PROCESSOR \
|
||||
@@ -100,7 +101,13 @@ ENV ANDROID_VERSION=$ANDROID_VERSION \
|
||||
BROWSER=$BROWSER \
|
||||
CHROME_DRIVER=$CHROME_DRIVER \
|
||||
GOOGLE_PLAY_SERVICE=$GOOGLE_PLAY_SERVICE \
|
||||
GOOGLE_PLAY_STORE=$GOOGLE_PLAY_STORE
|
||||
GOOGLE_PLAY_STORE=$GOOGLE_PLAY_STORE \
|
||||
GA=true \
|
||||
GA_ENDPOINT=https://www.google-analytics.com/collect \
|
||||
GA_TRACKING_ID=UA-128205228-1 \
|
||||
GA_API_VERSION="1" \
|
||||
APP_RELEASE_VERSION=$APP_RELEASE_VERSION \
|
||||
APP_TYPE=Emulator
|
||||
ENV PATH ${PATH}:${ANDROID_HOME}/build-tools
|
||||
|
||||
RUN yes | sdkmanager --licenses && \
|
||||
|
||||
Reference in New Issue
Block a user