From fa5155e6e0253e3330ae0f1728eeaad29b1a801b Mon Sep 17 00:00:00 2001 From: Gleb Date: Tue, 23 Jan 2024 20:46:25 +0000 Subject: [PATCH] Setup Android SDK --- .config/dotnet-tools.json | 2 +- .github/workflows/build-master.yml | 5 +++++ Directory.Build.props | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3a2b0e5..597c92f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "unofficial.Urho3DNet.Editor": { - "version": "0.3.7.747", + "version": "0.3.7.748", "commands": [ "rbfx" ] diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index fccabcb..1b52f18 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -135,6 +135,11 @@ jobs: - name: Install Workloads run: dotnet workload install android + - name: Setup Android SDK + uses: android-actions/setup-android@v3 + with: + accept-android-sdk-licenses: 'yes' + - name: Restore dependencies working-directory: ./RbfxTemplate.Android run: dotnet restore diff --git a/Directory.Build.props b/Directory.Build.props index b337153..6a43a44 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 0.3.7.747 + 0.3.7.748 \ No newline at end of file