Skip to content

Commit

Permalink
Make use of USINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Mar 23, 2023
1 parent 170c23f commit 1a7109c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void CheckIncludedAssemblies ([Values (false, true)] bool usesAssemblySto
Version = "2.14.1",
});
proj.MainActivity = proj.DefaultMainActivity
.Replace ("using System;", @"using System;
.Replace ("//${USINGS}", @"using System;
using Humanizer;
using System.Globalization;")
.Replace ("//${AFTER_ONCREATE}", @"var c = new CultureInfo (""es-ES"");
Expand Down

0 comments on commit 1a7109c

Please sign in to comment.