Skip to content

Commit

Permalink
remove example lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 19, 2024
1 parent 9c3de2c commit c49ff56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit c49ff56

Please sign in to comment.