Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 6aa0850

Browse files
committed
Material is no longer in the AndroidX namespace
1 parent 9eabb8b commit 6aa0850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Task ("merge")
234234
if (FileExists ("./output/AndroidX.Merged.dll"))
235235
DeleteFile ("./output/AndroidX.Merged.dll");
236236

237-
var allDlls = GetFiles ($"./generated/*/bin/{BUILD_CONFIG}/{TF_MONIKER}/Xamarin.AndroidX.*.dll");
237+
var allDlls = GetFiles ($"./generated/*/bin/{BUILD_CONFIG}/{TF_MONIKER}/Xamarin.*.dll");
238238

239239
var mergeDlls = allDlls
240240
.GroupBy(d => new FileInfo(d.FullPath).Name)

0 commit comments

Comments
 (0)