We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03bae9b + a294877 commit db8b98cCopy full SHA for db8b98c
source/PlayServicesResolver/src/ResolverVer1_1.cs
@@ -1282,7 +1282,7 @@ private bool AarExplodeDataIsDirty(AarExplodeData aarData) {
1282
return true;
1283
} else if (!generateAntProject && !File.Exists(aarData.path)) {
1284
PlayServicesResolver.Log(
1285
- String.Format("{0}: Should *not* be exploded but aritfact file missing.",
+ String.Format("{0}: Should *not* be exploded but artifact file missing.",
1286
aarData.path),
1287
level: LogLevel.Verbose);
1288
0 commit comments