We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaa804 commit fab367aCopy full SHA for fab367a
.circleci/config.yml
@@ -11,7 +11,7 @@ jobs:
11
- checkout
12
- run: git submodule update --init --recursive
13
- restore_cache:
14
- key: jars-{{ checksum "build.gradle" }}
+ key: jars-{{ checksum "build.gradle.kts" }}
15
16
key: go-{{ checksum "app/src/main/go/v2ray-plugin/go.sum" }}
17
- run:
@@ -25,7 +25,7 @@ jobs:
25
paths:
26
- ~/.gradle
27
- ~/.android/build-cache
28
29
- store_artifacts:
30
path: app/build/outputs/apk
31
destination: apk
0 commit comments