Skip to content

Commit 54c8404

Browse files
committed
AndroidAsyncTask -> AsyncTask
1 parent 7def640 commit 54c8404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Xamarin.Android.Tasks;
1111

12-
public class LinkNativeRuntime : AndroidAsyncTask
12+
public class LinkNativeRuntime : AsyncTask
1313
{
1414
public override string TaskPrefix => "LNR";
1515

0 commit comments

Comments
 (0)