Skip to content

Commit 9198290

Browse files
committed
Fix CircleCI cache dir name
1 parent 010b358 commit 9198290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ commands:
1010
setup:
1111
steps:
1212
- restore_cache:
13-
key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk/build.gradle" }}
13+
key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk2/build.gradle" }}
1414
- run:
1515
name: Download Dependencies
1616
command: ./gradlew androidDependencies
1717
- save_cache:
1818
paths:
1919
- ~/.gradle
20-
key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk/build.gradle" }}
20+
key: v1-gradle-cache-{{ checksum "build.gradle" }}-{{ checksum "studyplus-android-sdk2/build.gradle" }}
2121
unit_test:
2222
steps:
2323
- run:

0 commit comments

Comments
 (0)