Skip to content

Commit 257007b

Browse files
authored
Merge pull request #129 from urbanairship/MOBILE-2935
Release 9.0.1
2 parents c6de064 + 64b0295 commit 257007b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unity Plugin ChangeLog
22

3+
## Version 9.0.1 - March 1, 2022
4+
5+
Patch release that fixes an iOS error related to a wrong method name.
6+
7+
### Changes
8+
- Fix iOS plugin build error
9+
310
## Version 9.0.0 - December 2, 2021
411

512
Major release that updates Airship Android SDK to 16.1.0 and iOS SDK to 16.1.1. This version adds the Privacy Manager and the Preference Center. The Location module

airship.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Plugin version
2-
version = 9.0.0
2+
version = 9.0.1
33

44
# Urban Airship iOS SDK version
55
iosAirshipVersion = 16.1.1
@@ -11,7 +11,7 @@ androidAirshipVersion = 16.1.0
1111
androidxAnnotationVersion = 1.1.0
1212

1313
# Android compile SDK version
14-
androidCompileSdkVersion = 29
14+
androidCompileSdkVersion = 31
1515

1616
# Android target SDK version
1717
androidTargetSdkVersion = 29

0 commit comments

Comments
 (0)