Remove pinned gradle version, not required anymore
This commit is contained in:
parent
281f8513f2
commit
3c68ca2db2
1 changed files with 0 additions and 1 deletions
1
.github/workflows/gradle-ci-workflow.yaml
vendored
1
.github/workflows/gradle-ci-workflow.yaml
vendored
|
@ -27,7 +27,6 @@ jobs:
|
|||
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.1.6352462" --sdk_root=${ANDROID_SDK_ROOT}
|
||||
- uses: eskatos/gradle-command-action@v1
|
||||
with:
|
||||
gradle-version: 5.6.4
|
||||
arguments: assembleFullDebug
|
||||
wrapper-cache-enabled: true
|
||||
dependencies-cache-enabled: true
|
||||
|
|
Loading…
Reference in a new issue