From e22d560be77aeb634931ca494ced2a9e15e5d039 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Sun, 14 Jun 2020 21:40:38 +0800 Subject: [PATCH] CircleCI: update golibs with latest clash Signed-off-by: Syrone Wong --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f316c90..091d32e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: command: git submodule update --init --recursive --remote - run: name: Download Go Libs - command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.18/golibs.aar > app/src/libs/golibs.aar + command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.20/golibs.aar > app/src/libs/golibs.aar - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: