Skip to content

Commit

Permalink
Merge branch 'main' into dev/grendel/extended-timing
Browse files Browse the repository at this point in the history
* main:
  Add a property required by #8478 (#8749)
  • Loading branch information
grendello committed Feb 22, 2024
2 parents 00ebd76 + 7559d12 commit 77e4614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class BuildApk : AndroidTask
[Required]
public string ApkOutputPath { get; set; }

public string AppSharedLibrariesDir { get; set; }

[Required]
public ITaskItem[] ResolvedUserAssemblies { get; set; }

Expand Down

0 comments on commit 77e4614

Please sign in to comment.