Skip to content

Commit

Permalink
Merge pull request #30 from UniToolsTeam/feature/0.1.3_fix
Browse files Browse the repository at this point in the history
0.1.3_fix: Build apk hotfix
  • Loading branch information
antonfelinsky authored Mar 15, 2023
2 parents 2bedb12 + e11ea8b commit 2c90ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Editor/Platforms/Android/Build/BuildApk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public sealed class BuildApk : UnityBuildStepWithOptions
public override async Task Execute()
{
BuildPlayerOptions buildPlayerOptions = Options;
EditorUserBuildSettings.buildAppBundle = false;
EditorUserBuildSettings.androidBuildSystem = AndroidBuildSystem.Gradle;
BuildReport report = UnityEditor.BuildPipeline.BuildPlayer(buildPlayerOptions);
await Task.CompletedTask;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "UniTools.Build",
"name": "com.unitools.build",
"version": "0.1.3-preview",
"version": "0.1.4-preview",
"unity": "2019.1",
"description": "Customizable Build Pipeline for Unity3D",
"keywords": [
Expand Down

0 comments on commit 2c90ef5

Please sign in to comment.