Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 committed Aug 18, 2023
1 parent 296d4ee commit 07df817
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions example/XamarinExample.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.exponea.example">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.1" package="com.exponea.example">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:label="XamarinExample.Android" android:theme="@style/MainTheme" android:icon="@drawable/icon"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCEPT_HANDOVER" />
<meta-data android:name="ExponeaAuthProvider" android:value="com.exponea.example.services.ExampleAuthProvider" />
</manifest>
</manifest>
2 changes: 1 addition & 1 deletion example/XamarinExample.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
</dict>
</plist>

0 comments on commit 07df817

Please sign in to comment.