Skip to content

Commit 7f5e9b3

Browse files
committed
add gradle version file to the cache key
1 parent 59e2949 commit 7f5e9b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ commands:
4141
key: &gradle-key >-
4242
v1-gradle-dependencies
4343
{{ arch }}
44+
{{ checksum "android/gradle/wrapper/gradle-wrapper.properties" }}
4445
{{ checksum "android/build.gradle" }}
4546
{{ checksum "android/app/build.gradle" }}
4647
{{ checksum "node_modules/react-native/package.json" }}

0 commit comments

Comments
 (0)