Skip to content

Commit

Permalink
Minor fix for error
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanbernard committed Jan 5, 2024
1 parent 45e9e6e commit 79afc19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Replaced `android.support` dependencies with new `androidx` versions

### Fixes
- Fixed error in `FogReport` `finalize`

### Removed
- Removed Jetifier

Expand Down
2 changes: 1 addition & 1 deletion android-sdk/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ versions.network = network_versions

// JNI
def jni_versions = [:]
jni_versions.mobilecoin = '6.0.0'
jni_versions.mobilecoin = '6.0.1'
versions.jni = jni_versions

// Testing
Expand Down

0 comments on commit 79afc19

Please sign in to comment.