Skip to content

Commit

Permalink
update proxy and android SDK version to 17.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Mar 19, 2024
1 parent e832af8 commit 8ca84c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

docs:
needs: check-version
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# React Native Module Changelog

## Version 17.2.1 - March 19, 2024
Patch release that updates the HMS Push Provider version to 17.7.2.
Patch release that updates the HMS Push Provider version to 17.7.3, the iOS SDK to 17.9.0 and the Android SDK to 17.7.3.

### Changes
- Updated HMS Push Provider version to 17.7.3
- Updated iOS SDK to 17.9.0
- Updated Android SDK to 17.7.3

## Version 17.2.0 - February 15, 2024
Minor release that updates the iOS SDK to 17.7.3 and Android SDK to 17.7.2, modernizes the podspec and updates NPM dependencies flagged during security audit.
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Airship_targetSdkVersion=31
Airship_compileSdkVersion=31
Airship_ndkversion=21.4.7075529

Airship_airshipProxyVersion=5.1.1
Airship_airshipProxyVersion=5.4.0

# workaround for now, used for HMS
Airship_airshipVersion=17.7.2
Airship_airshipVersion=17.7.3

0 comments on commit 8ca84c9

Please sign in to comment.