Skip to content

Commit

Permalink
Update Cartera
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Mar 21, 2024
1 parent 14c0675 commit 9250459
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
1 change: 1 addition & 0 deletions v4/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ android {
configurations {
all {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk15to18'
all*.exclude module: 'bcprov-jdk15on'
}
}

Expand Down
4 changes: 2 additions & 2 deletions v4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ext {

// App dependencies
abacusVersion = '1.6.10'
carteraVersion = '0.1.12'
carteraVersion = '0.1.13'
kollectionsVersion = '2.0.16'

accompanistVersion = '0.23.1'
Expand Down Expand Up @@ -136,5 +136,5 @@ ext {
flowExtVersion = '0.7.1'
material3Version = '1.2.0-rc01'
web3jVersion = '4.8.8-android'
walletConnectVersion = '1.15.0'
walletConnectVersion = '1.23.0'
}
Loading

0 comments on commit 9250459

Please sign in to comment.