File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
samples/XCT.Sample.Android Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.companyname.xamarincommunitytoolkitsample" android : installLocation =" auto" >
3
- <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 29 " />
3
+ <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30 " />
4
4
<application android : label =" XamarinCommunityToolkitSample.Android" ></application >
5
5
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
6
6
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 16
16
<AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
17
17
<MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
18
18
<MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
19
- <TargetFrameworkVersion >v10 .0</TargetFrameworkVersion >
19
+ <TargetFrameworkVersion >v11 .0</TargetFrameworkVersion >
20
20
<AndroidEnableSGenConcurrent >true</AndroidEnableSGenConcurrent >
21
21
<AndroidUseAapt2 >true</AndroidUseAapt2 >
22
22
<AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
Original file line number Diff line number Diff line change 4
4
using Xamarin . Forms . Platform . Android ;
5
5
using Xamarin . CommunityToolkit . UI . Views . Options ;
6
6
using Android . Util ;
7
- #if MONOANDROID10_0
7
+ #if MONOANDROID11_0
8
8
using AndroidSnackBar = Google . Android . Material . Snackbar . Snackbar ;
9
9
#else
10
10
using AndroidSnackBar = Android . Support . Design . Widget . Snackbar ;
You can’t perform that action at this time.
0 commit comments