From c49ff5661f77363107e6591f1a1b306ebee92cca Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 18 Dec 2024 21:56:28 -0800 Subject: [PATCH] remove example lint --- .github/workflows/lint.yml | 9 --------- example/build.gradle | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 06c4ad60b..ffb7a7d3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,12 +36,3 @@ jobs: with: name: lint path: 'app/build/reports/library/lint-results-**.html' - - - name: Gradle Android lint example - run: ./gradlew :example:lintDebug - - uses: actions/upload-artifact@v3 - name: Upload example lint report - if: ${{ failure() }} - with: - name: lint - path: 'app/build/reports/example/lint-results-**.html' diff --git a/example/build.gradle b/example/build.gradle index 7f37af787..1b6255d73 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'org.web3j:crypto:5.0.0' // WalletConnect V2: core library + WalletConnectModal - implementation(platform("com.walletconnect:android-bom:1.35.2")) + implementation(platform("com.walletconnect:android-bom:1.19.1")) implementation("com.walletconnect:android-core") implementation("com.walletconnect:walletconnect-modal")