Skip to content

Commit

Permalink
golibs: update to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Syrone Wong <[email protected]>
  • Loading branch information
wongsyrone committed Apr 18, 2021
1 parent 97bb6fe commit 9e488f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.26/golibs.aar > app/src/libs/golibs.aar
command: curl -L https://github.com/trojan-gfw/igniter-go-libs/releases/download/1.27/golibs.aar > app/src/libs/golibs.aar
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
Expand Down

0 comments on commit 9e488f1

Please sign in to comment.