Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alvr committed Mar 8, 2023
1 parent c21c46b commit 89b1ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
31) BUILD_TOOLS_VERSION="31.0.0" ;;
32) BUILD_TOOLS_VERSION="32.0.0" ;;
33) BUILD_TOOLS_VERSION="33.0.2" ;;
UpsideDownCake) BUILD_TOOLS_VERSION="34.0.0-rc1" ;;
UpsideDownCake) BUILD_TOOLS_VERSION="34.0.0-rc2" ;;
esac
echo "BUILD_TOOLS_VERSION=$BUILD_TOOLS_VERSION" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ RUN apk add --no-cache <list-of-packages>

| Path | Version | Description | Location |
|----------------------------------|------------|-------------------------------------|-----------------------------------|
| build-tools;34.0.0-rc1 | 34.0.0-rc1 | Android SDK Build-Tools | build-tools/34.0.0-rc1/ |
| build-tools;34.0.0-rc2 | 34.0.0-rc2 | Android SDK Build-Tools | build-tools/34.0.0-rc2/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 34.0.0 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-UpsideDownCake | 1 | Android SDK Platform UpsideDownCake | platforms/android-UpsideDownCake/ |
| platforms;android-UpsideDownCake | 2 | Android SDK Platform UpsideDownCake | platforms/android-UpsideDownCake/ |

</details>

Expand Down

0 comments on commit 89b1ec8

Please sign in to comment.