Skip to content

Commit

Permalink
Merge pull request #309 from symbol/hotfix/non-sdk-errors-google-play
Browse files Browse the repository at this point in the history
hotfix: non sdk errors google play console
  • Loading branch information
yilmazbahadir authored Feb 3, 2022
2 parents 618ecdf + caf5978 commit 8ab9714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
### Fixed
- Corrupted Paper Wallet Backup. [#284](https://github.com/symbol/mobile-wallet/issues/284)
- Backup saving error. [#145](https://github.com/symbol/mobile-wallet/issues/145)
- `okhttp` dependency is upgraded to fix Non-SDK errors reported by Google Play Console

### Changed
- Removed dashes from addresses. [#296](https://github.com/symbol/mobile-wallet/issues/296)
- Upgraded the dependency `symbol-sdk` version to `v1.0.3`.
Expand Down
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.facebook.fresco:animated-gif:2.0.0'
implementation("com.squareup.okhttp3:okhttp:3.12.13")
implementation("com.squareup.okhttp3:okhttp-urlconnection:3.12.13")

if (enableHermes) {
def hermesPath = "../../node_modules/hermes-engine/android/";
Expand Down

0 comments on commit 8ab9714

Please sign in to comment.