diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-04 23:11:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 23:11:39 +0530 |
commit | 723acbf7673d51e40b443db75b658c08901fe289 (patch) | |
tree | 2b98d9a005b847ab022a246fce29d228e6230106 /.github | |
parent | 0afd6551aa070d3ba8c5f91f3d51ddf4a79f4906 (diff) |
Miscellaneous cleanups and updates (#1302)
* build: upgrade to Gradle 6.8.1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* github: remove animation commands from PR workflow
The emulator runner action handles this for us
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade LeakCanary and WhatTheStack
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 3 |
1 files changed, 0 insertions, 3 deletions
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 |