Skip to content

Commit 1a7109c

Browse files
committed
Make use of USINGS
1 parent 170c23f commit 1a7109c

File tree

1 file changed

+1
-1
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/PackagingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void CheckIncludedAssemblies ([Values (false, true)] bool usesAssemblySto
8282
Version = "2.14.1",
8383
});
8484
proj.MainActivity = proj.DefaultMainActivity
85-
.Replace ("using System;", @"using System;
85+
.Replace ("//${USINGS}", @"using System;
8686
using Humanizer;
8787
using System.Globalization;")
8888
.Replace ("//${AFTER_ONCREATE}", @"var c = new CultureInfo (""es-ES"");

0 commit comments

Comments
 (0)