From ed5282f2b3162ae0e797dfb76728d239f16b9c54 Mon Sep 17 00:00:00 2001 From: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> Date: Sat, 29 Mar 2025 06:17:09 +0330 Subject: [PATCH] Update dependencies (#4432) * Update libs.versions.toml Update agp * Update validate-fastlane-supply-metadata Update validate-fastlane-supply-metadata --- .github/workflows/fastlane.yml | 2 +- V2rayNG/gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fastlane.yml b/.github/workflows/fastlane.yml index 43a4632d..4ed66e23 100644 --- a/.github/workflows/fastlane.yml +++ b/.github/workflows/fastlane.yml @@ -13,4 +13,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Validate Fastlane Supply Metadata - uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2.0.0 + uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2.1.0 diff --git a/V2rayNG/gradle/libs.versions.toml b/V2rayNG/gradle/libs.versions.toml index b0d1ea91..fb625399 100644 --- a/V2rayNG/gradle/libs.versions.toml +++ b/V2rayNG/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.9.0" +agp = "8.9.1" desugar_jdk_libs = "2.1.5" gradleLicensePlugin = "0.9.8" kotlin = "2.1.20"