Skip to content

Commit fab367a

Browse files
authored
Fix cache
1 parent 0aaa804 commit fab367a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- checkout
1212
- run: git submodule update --init --recursive
1313
- restore_cache:
14-
key: jars-{{ checksum "build.gradle" }}
14+
key: jars-{{ checksum "build.gradle.kts" }}
1515
- restore_cache:
1616
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
1717
- run:
@@ -25,7 +25,7 @@ jobs:
2525
paths:
2626
- ~/.gradle
2727
- ~/.android/build-cache
28-
key: jars-{{ checksum "build.gradle" }}
28+
key: jars-{{ checksum "build.gradle.kts" }}
2929
- store_artifacts:
3030
path: app/build/outputs/apk
3131
destination: apk

0 commit comments

Comments
 (0)