diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2016-10-26 16:09:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-26 16:09:51 +0200 |
commit | e7bfa7849e4ed7a80d27b63ac2f504660ecfb14b (patch) | |
tree | a42669fc8e544b91ad0855c6c2500a6ec4cc43c7 /platform/android/bitrise.yml | |
parent | a4d259c33f9bb890bba97fd89552720e3e0ec09b (diff) | |
download | qtlocation-mapboxgl-e7bfa7849e4ed7a80d27b63ac2f504660ecfb14b.tar.gz |
[android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)
* [android] - update android gradle tools, update test app version number, update target sdk to nougat, update support lib versions to latest
* new tools generated an aligned test apk, breaks CI integration
* update to Nougat release 7.1, update related tooling, update version code test app to 5.0.0.
* update wear module
* update gradle.properties
Diffstat (limited to 'platform/android/bitrise.yml')
-rw-r--r-- | platform/android/bitrise.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index c168a9a6d6..699f91c445 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -95,7 +95,7 @@ workflows: echo "Run tests on firebase:" gcloud auth activate-service-account --key-file secret.json --project android-gl-native gcloud beta test android devices list - gcloud beta test android run --type instrumentation --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest-unaligned.apk --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 15m --test-targets "class com.mapbox.mapboxsdk.testapp.camera.RotateActivityTest" + gcloud beta test android run --type instrumentation --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest.apk --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 15m --test-targets "class com.mapbox.mapboxsdk.testapp.camera.RotateActivityTest" echo "The details are made available as a zipped build artefact on top of this page." - script: title: Download Firebase results |