From 723acbf7673d51e40b443db75b658c08901fe289 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 4 Feb 2021 23:11:39 +0530 Subject: Miscellaneous cleanups and updates (#1302) * build: upgrade to Gradle 6.8.1 Signed-off-by: Harsh Shandilya * github: remove animation commands from PR workflow The emulator runner action handles this for us Signed-off-by: Harsh Shandilya * build: upgrade LeakCanary and WhatTheStack Signed-off-by: Harsh Shandilya --- .github/workflows/pull_request.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3ac736a9..8a82f0b8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -51,9 +51,6 @@ jobs: api-level: ${{ matrix.api-level }} target: default script: | - adb shell settings put global animator_duration_scale 0 - adb shell settings put global transition_animation_scale 0 - adb shell settings put global window_animation_scale 0 ./gradlew :app:connectedFreeDebugAndroidTest - name: (Fail-only) upload test report -- cgit v1.2.3