Skip to content

Commit

Permalink
Release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Apekka committed Mar 1, 2022
1 parent c6de064 commit 6663fea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unity Plugin ChangeLog

## Version 9.0.1 - March 1, 2022

Patch release that fixes an iOS error related to a wrong method name.

### Changes
- Fix iOS plugin build error

## Version 9.0.0 - December 2, 2021

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
Expand Down
6 changes: 3 additions & 3 deletions airship.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Plugin version
version = 9.0.0
version = 9.0.1

# Urban Airship iOS SDK version
iosAirshipVersion = 16.1.1
Expand All @@ -11,7 +11,7 @@ androidAirshipVersion = 16.1.0
androidxAnnotationVersion = 1.1.0

# Android compile SDK version
androidCompileSdkVersion = 29
androidCompileSdkVersion = 31

# Android target SDK version
androidTargetSdkVersion = 29
Expand All @@ -22,4 +22,4 @@ androidMinSdkVersion = 16
# Google Play Services Resolver tag
playServicesResolver = v1.2.159

unityVersion = 2019.3.3f1
unityVersion = 2021.1.22f1

0 comments on commit 6663fea

Please sign in to comment.