diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index b4d39b7..62fc7e5 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,6 +1,11 @@ ## :arrow_double_up: [SDK version update guide](./VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.2.1 +#### August 18, 2023 +* Fixes + * Fixed: Runtime Android crash due to corrupted Xamarin.Android nuget + ## Release Notes for 1.2.0 #### June 2, 2023 * Features diff --git a/example/XamarinExample.Android/Properties/AndroidManifest.xml b/example/XamarinExample.Android/Properties/AndroidManifest.xml index 5fd1d13..eed81d7 100644 --- a/example/XamarinExample.Android/Properties/AndroidManifest.xml +++ b/example/XamarinExample.Android/Properties/AndroidManifest.xml @@ -1,9 +1,9 @@  - + - \ No newline at end of file + diff --git a/example/XamarinExample.iOS/Info.plist b/example/XamarinExample.iOS/Info.plist index 2ddff04..1aa7e97 100644 --- a/example/XamarinExample.iOS/Info.plist +++ b/example/XamarinExample.iOS/Info.plist @@ -39,6 +39,6 @@ CFBundleShortVersionString 1.2.1 CFBundleVersion - 5 + 6