Skip to content

Commit 003d65d

Browse files
authored
Merge branch 'main' into mu-20231212-gps-fb-mlkit-missing-dependencies
2 parents f347d47 + 3e880bf commit 003d65d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3464,9 +3464,9 @@
34643464
"maven": {
34653465
"artifactId": "material",
34663466
"groupId": "com.google.android.material",
3467-
"version": "1.10.0",
3467+
"version": "1.11.0",
34683468
"nuGetId": "Xamarin.Google.Android.Material",
3469-
"nuGetVersion": "1.10.0.6"
3469+
"nuGetVersion": "1.11.0"
34703470
}
34713471
},
34723472
"license": "The Apache Software License, Version 2.0"

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,8 +2190,8 @@
21902190
{
21912191
"groupId": "com.google.android.material",
21922192
"artifactId": "material",
2193-
"version": "1.10.0",
2194-
"nugetVersion": "1.10.0.6",
2193+
"version": "1.11.0",
2194+
"nugetVersion": "1.11.0",
21952195
"nugetId": "Xamarin.Google.Android.Material",
21962196
"dependencyOnly": false,
21972197
"frozen": true,

samples/dotnet/BuildAllMauiApp/Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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>
44
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
55
<uses-permission android:name="android.permission.INTERNET" />
66
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="34" />

0 commit comments

Comments
 (0)