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

Commit c5a83e0

Browse files
committed
Use the correct assembly name
1 parent 01e10d4 commit c5a83e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Task ("merge")
166166
RunProcess("androidx-migrator",
167167
$"merge" +
168168
$" --assembly " + string.Join(" --assembly ", mergeDlls) +
169-
$" --output ./output/AndroidX.Merged.dll" +
169+
$" --output ./output/AndroidSupport.Merged.dll" +
170170
$" --search \"{XAMARIN_ANDROID_PATH}/{ANDROID_SDK_VERSION}\" " +
171171
$" --search \"{XAMARIN_ANDROID_PATH}/{ANDROID_SDK_BASE_VERSION}\" " +
172172
$" --inject-assemblyname");

0 commit comments

Comments
 (0)