Skip to content

Commit 830899a

Browse files
AzureAD\SrideviSivakumarAzureAD\SrideviSivakumar
authored andcommitted
Update the Xforms and core version
1 parent 8928fb2 commit 830899a

File tree

6 files changed

+11271
-4275
lines changed

6 files changed

+11271
-4275
lines changed

GettingStarted/GettingStarted.Android/GettingStarted.Android.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
1717
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
1818
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
19-
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
19+
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
2020
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
2121
<NuGetPackageImportStamp>
2222
</NuGetPackageImportStamp>
@@ -50,14 +50,9 @@
5050
</ItemGroup>
5151
<ItemGroup>
5252
<PackageReference Include="Syncfusion.Xamarin.Core">
53-
<Version>17.1.0.32-beta</Version>
53+
<Version>*</Version>
5454
</PackageReference>
55-
<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />
56-
<PackageReference Include="Xamarin.Android.Support.Design" Version="27.0.2.1" />
57-
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="27.0.2.1" />
58-
<PackageReference Include="Xamarin.Android.Support.v4" Version="27.0.2.1" />
59-
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="27.0.2.1" />
60-
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="27.0.2.1" />
55+
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1687" />
6156
</ItemGroup>
6257
<ItemGroup>
6358
<Compile Include="MainActivity.cs" />
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.GettingStarted">
3-
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
4-
<application android:label="GettingStarted.Android"></application>
5-
</manifest>
3+
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
4+
<application android:label="GettingStarted.Android"></application>
5+
</manifest>

0 commit comments

Comments
 (0)