- circleci update

This commit is contained in:
2023-08-07 16:27:06 +01:00
parent 3f82be7aef
commit 3d9ae00ef2

View File

@@ -18,13 +18,13 @@ commands:
build_gradle:
description: Build the gradle
steps:
# - android/restore-gradle-cache
- android/restore-gradle-cache
- run:
name: Download Dependencies
command: |
sudo chmod +x ./gradlew
# ./gradlew androidDependencies
# - android/save-gradle-cache
./gradlew androidDependencies
- android/save-gradle-cache
run_tests:
description: run tests for flavour specified
parameters: