Skip to content

Commit

Permalink
Fix missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 21, 2023
1 parent 966679a commit 8a7d3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public override bool RunTask ()
UseEmbeddedDex = value;
}

text = app.Attribute (androidNs + "testOnly");
text = app.Attribute (androidNs + "testOnly")?.Value;
if (bool.TryParse (text, out value)) {
IsTestOnly = value;
}
Expand Down

0 comments on commit 8a7d3f6

Please # to comment.