Skip to content

Commit

Permalink
Update ApkBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Nov 20, 2020
1 parent 4c332d3 commit bc01d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ public class ApkBuilder
public string? MinApiLevel { get; set; }
public string? BuildApiLevel { get; set; }
public string? BuildToolsVersion { get; set; }
public string OutputDir { get; set; } = ""!;
public bool StripDebugSymbols { get; set; }
public string? NativeMainSource { get; set; }
public string? KeyStorePath { get; set; }
public string OutputDir { get; set; } = ""!;
public bool ForceInterpreter { get; set; }

public (string apk, string packageId) BuildApk(
Expand Down

0 comments on commit bc01d99

Please sign in to comment.