Skip to content

Commit

Permalink
Setup Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jan 23, 2024
1 parent eb61adc commit fa5155e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"unofficial.Urho3DNet.Editor": {
"version": "0.3.7.747",
"version": "0.3.7.748",
"commands": [
"rbfx"
]
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Urho3DNetVersion>0.3.7.747</Urho3DNetVersion>
<Urho3DNetVersion>0.3.7.748</Urho3DNetVersion>
</PropertyGroup>
</Project>

0 comments on commit fa5155e

Please sign in to comment.