We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010b358 commit 9198290Copy full SHA for 9198290
.circleci/config.yml
@@ -10,14 +10,14 @@ commands:
10
setup:
11
steps:
12
- restore_cache:
13
- key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk/build.gradle" }}
+ key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk2/build.gradle" }}
14
- run:
15
name: Download Dependencies
16
command: ./gradlew androidDependencies
17
- save_cache:
18
paths:
19
- ~/.gradle
20
21
unit_test:
22
23
0 commit comments