Skip to content

Commit

Permalink
[RNMobile] Bump Aztec-Android to v1.5.1 (#36861)
Browse files Browse the repository at this point in the history
* Bump aztec-android to v1.5.1

* Update react-native-aztec changelog
  • Loading branch information
fluiddot authored Nov 25, 2021
1 parent a1e01eb commit c2baea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/react-native-aztec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased
- [*] Bump Aztec-Android version to v1.5.1 [#36861]

## 1.50.0
- [*] Block split/merge fix for a (never shipped) regression (Android only) [#29683]
- [***] Bump minimum deployment target to iOS 13.0 [#27577]
- [***] Bump minimum deployment target to iOS 13.0 [#27577]
2 changes: 1 addition & 1 deletion packages/react-native-aztec/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
jSoupVersion = '1.10.3'
wordpressUtilsVersion = '1.22'
espressoVersion = '3.0.1'
aztecVersion = 'v1.5.0'
aztecVersion = 'v1.5.1'
willPublishReactNativeAztecBinary = properties["willPublishReactNativeAztecBinary"]?.toBoolean() ?: false
}
}
Expand Down

0 comments on commit c2baea1

Please sign in to comment.