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")