Skip to content

Commit

Permalink
Upgraded iOS SDK to 9.5.1 and Android SDK to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanellis committed Jul 29, 2022
1 parent cd0ae2c commit 012c00c
Show file tree
Hide file tree
Showing 11 changed files with 266 additions and 278 deletions.
1 change: 1 addition & 0 deletions Example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Shared/Credentials.cs
4 changes: 2 additions & 2 deletions Example/AndroidExample/AndroidExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v12.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
Expand Down Expand Up @@ -103,7 +103,7 @@
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.0.0.1" />
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="iProov.Android">
<Version>7.3.0</Version>
<Version>7.5.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion Example/AndroidExample/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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.iproov.xamarin.android.example">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
Loading

0 comments on commit 012c00c

Please sign in to comment.