Skip to content

Commit 59b0474

Browse files
committed
Merge branch 'main' into dev/grendel/blobs-in-lib
* main: Add a property required by #8478 (#8749)
2 parents 15358a3 + 7559d12 commit 59b0474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public class BuildApk : AndroidTask
3636
[Required]
3737
public string ApkOutputPath { get; set; }
3838

39+
public string AppSharedLibrariesDir { get; set; }
40+
3941
[Required]
4042
public string AppSharedLibrariesDir { get; set; }
4143

0 commit comments

Comments
 (0)