From 6663fea1c97be9d50dc35f8ea616d45bd9663656 Mon Sep 17 00:00:00 2001 From: Apekka Date: Tue, 1 Mar 2022 17:35:51 +0100 Subject: [PATCH] Release 9.0.1 --- CHANGELOG.md | 7 +++++++ airship.properties | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f93f4..4a50bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/airship.properties b/airship.properties index 1863af6..7f9eb55 100644 --- a/airship.properties +++ b/airship.properties @@ -1,5 +1,5 @@ # Plugin version -version = 9.0.0 +version = 9.0.1 # Urban Airship iOS SDK version iosAirshipVersion = 16.1.1 @@ -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 @@ -22,4 +22,4 @@ androidMinSdkVersion = 16 # Google Play Services Resolver tag playServicesResolver = v1.2.159 -unityVersion = 2019.3.3f1 +unityVersion = 2021.1.22f1