diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 9b5b40f..36a625a 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -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 diff --git a/README.md b/README.md index 93b953e..cc2f0ed 100644 --- a/README.md +++ b/README.md @@ -200,11 +200,11 @@ RUN apk add --no-cache | 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/ |