Skip to content

Commit 9c70658

Browse files
committed
Restore [Require]
1 parent be38e90 commit 9c70658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public override bool RunTask ()
6363
public bool EnablePreloadAssembliesDefault { get; set; }
6464

6565
// This property should be required but it will require modifying `monodroid` first
66-
//[Required]
66+
[Required]
6767
public string AndroidBinUtilsDirectory { get; set; }
6868

6969
public bool EnableMarshalMethods { get; set; }

0 commit comments

Comments
 (0)