Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
* Android SDK Platform 31: Revision 3 → Revision 4
* Android SDK Platform-Tools: 31.0.0-rc3 → 31.0.0-rc4
  • Loading branch information
alvr committed May 18, 2021
1 parent b1442c0 commit 8234bf9
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 @@ -140,7 +140,7 @@ jobs:
28) BUILD_TOOLS_VERSION="28.0.3" ;;
29) BUILD_TOOLS_VERSION="29.0.3" ;;
30) BUILD_TOOLS_VERSION="30.0.3" ;;
S) BUILD_TOOLS_VERSION="31.0.0-rc3" ;;
S) BUILD_TOOLS_VERSION="31.0.0-rc4" ;;
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 @@ -287,11 +287,11 @@ RUN apk add --no-cache <list-of-packages>

| Path | Version | Description | Location |
|-----------------------------|------------|-------------------------------------|------------------------------|
| build-tools;31.0.0-rc1 | 31.0.0-rc3 | Android SDK Build-Tools | build-tools/31.0.0-rc3/ |
| build-tools;31.0.0-rc1 | 31.0.0-rc4 | Android SDK Build-Tools | build-tools/31.0.0-rc4/ |
| 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 | 31.0.2 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-S | 3 | Android SDK Platform S (Preview) | platforms/android-S/ |
| platforms;android-S | 4 | Android SDK Platform S (Preview) | platforms/android-S/ |
</details>

## Containers registries
Expand Down

0 comments on commit 8234bf9

Please sign in to comment.