Skip to content

Commit

Permalink
Merge pull request #368 from tangem/feature/AND-4228_upgrade_wallet_c…
Browse files Browse the repository at this point in the history
…ore_version

AND-4228 Upgraded wallet-core version
  • Loading branch information
Yoggam1 authored Nov 7, 2023
2 parents 5230e07 + ac083d9 commit d1fa70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions blockchain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ dependencies {
implementation files('libs/solanaj-0.0.10.jar')
implementation files('libs/polkaj-root-0.1.5.jar')
implementation "com.tangem:blst-android:0.0.2@aar"
implementation "com.tangem:wallet-core:3.2.4-tangem3@aar"
implementation("com.tangem:wallet-core-proto:3.2.4-tangem3") {
implementation "com.tangem:wallet-core:3.2.4-tangem4@aar"
implementation("com.tangem:wallet-core-proto:3.2.4-tangem4") {
exclude group: 'com.google.protobuf', module: 'protobuf-javalite'
}

Expand Down
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ allprojects {
}
url "https://nexus.tangem-tech.com/repository/maven-releases/"
}
maven {
credentials {
username = nexusUser
password = nexusPass
}
url "https://nexus.tangem-tech.com/repository/maven-snapshots/"
}
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit d1fa70d

Please sign in to comment.