From 5f6fb3c6eb57d2e9ad87bbbc862afdcbdb1f4276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 10 Dec 2021 16:21:58 +0800 Subject: [PATCH] Update dependencies --- .github/workflows/debug.yml | 4 ++-- .github/workflows/release.yml | 2 +- .idea/gradle.xml | 4 +--- app/build.gradle.kts | 12 +++++++----- build.gradle.kts | 4 +--- buildSrc/build.gradle.kts | 7 ++++--- buildSrc/src/main/kotlin/Helpers.kt | 2 ++ external/v2ray-core | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- library/core | 2 +- repositories.gradle.kts | 3 ++- sager.properties | 4 ++-- 12 files changed, 26 insertions(+), 24 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 6007cc51..86c4cf0a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-go@v2 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.17.3 + go-version: 1.17.5 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run lib core @@ -180,7 +180,7 @@ jobs: uses: actions/setup-go@v2 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.17.2 + go-version: 1.17.5 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run plugin hysteria diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ead03961..0b6e28df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-go@v2 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.17.3 + go-version: 1.17.5 - name: Gradle cache uses: actions/cache@v2 if: steps.cache.outputs.cache-hit != 'true' diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 8d7718a6..23653483 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -37,11 +37,9 @@