File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
samples/dotnet/BuildAllMauiApp/Platforms/Android Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3464
3464
"maven" : {
3465
3465
"artifactId" : " material" ,
3466
3466
"groupId" : " com.google.android.material" ,
3467
- "version" : " 1.10 .0" ,
3467
+ "version" : " 1.11 .0" ,
3468
3468
"nuGetId" : " Xamarin.Google.Android.Material" ,
3469
- "nuGetVersion" : " 1.10.0.6 "
3469
+ "nuGetVersion" : " 1.11.0 "
3470
3470
}
3471
3471
},
3472
3472
"license" : " The Apache Software License, Version 2.0"
Original file line number Diff line number Diff line change 2190
2190
{
2191
2191
"groupId" : " com.google.android.material" ,
2192
2192
"artifactId" : " material" ,
2193
- "version" : " 1.10 .0" ,
2194
- "nugetVersion" : " 1.10.0.6 " ,
2193
+ "version" : " 1.11 .0" ,
2194
+ "nugetVersion" : " 1.11.0 " ,
2195
2195
"nugetId" : " Xamarin.Google.Android.Material" ,
2196
2196
"dependencyOnly" : false ,
2197
2197
"frozen" : true ,
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" package =" com.companyname.buildallmauiapp" android : versionCode =" 1" android : versionName =" 1.0" >
3
- <application android : allowBackup =" true" android : icon =" @mipmap/appicon" android : supportsRtl =" true" android : label =" BuildAllMauiApp" ></application >
3
+ <application android : allowBackup =" true" android : icon =" @mipmap/appicon" android : supportsRtl =" true" android : largeHeap = " true " android : label =" BuildAllMauiApp" ></application >
4
4
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
6
<uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 34" />
You can’t perform that action at this time.
0 commit comments