Skip to content

Commit

Permalink
Update iOS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
khmMouna committed May 22, 2024
1 parent 6747734 commit 74f97bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Airship DotNet Changelog

## Version 19.4.0 - May 16, 2024
Minor release that updates the Airship SDK to iOS 18.2.2 and Android 17.8.1
## Version 19.4.0 - May 22, 2024
Minor release that updates the Airship SDK to iOS 18.3.0 and Android 17.8.1

### Changes
- Updated iOS SDK to 18.2.2
- Updated iOS SDK to 18.3.0
- Updated Android SDK to 17.8.1

## Version 19.3.0 - Apr 8, 2024
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "urbanairship/ios-library" == 18.2.2
github "urbanairship/ios-library" == 18.3.0
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<AirshipAndroidVersion>17.8.1</AirshipAndroidVersion>
<AirshipAndroidNugetVersion>17.8.1</AirshipAndroidNugetVersion>

<AirshipIosVersion>18.2.2</AirshipIosVersion>
<AirshipIosNugetVersion>18.2.2</AirshipIosNugetVersion>
<AirshipIosVersion>18.3.0</AirshipIosVersion>
<AirshipIosNugetVersion>18.3.0</AirshipIosNugetVersion>

<!-- Airship.Net version -->
<AirshipCrossPlatformVersion>19.4.0</AirshipCrossPlatformVersion>
Expand Down
2 changes: 1 addition & 1 deletion airship.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Airship native SDK versions
iosVersion = 18.2.2
iosVersion = 18.3.0
androidVersion = 17.8.1

# Airship.Net cross-platform version
Expand Down

0 comments on commit 74f97bd

Please sign in to comment.