Skip to content

Commit e22d560

Browse files
committed
CircleCI: update golibs with latest clash
Signed-off-by: Syrone Wong <[email protected]>
1 parent 5fea079 commit e22d560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
command: git submodule update --init --recursive --remote
1414
- run:
1515
name: Download Go Libs
16-
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.18/golibs.aar > app/src/libs/golibs.aar
16+
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.20/golibs.aar > app/src/libs/golibs.aar
1717
- restore_cache:
1818
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
1919
- run:

0 commit comments

Comments
 (0)