Skip to content

Commit cf12bf9

Browse files
Treehugger RobotGerrit Code Review
Treehugger Robot
authored and
Gerrit Code Review
committed
Merge "[GH] Bump build tools in playground to latest public release" into androidx-main
2 parents ce53566 + c42f068 commit cf12bf9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/build-single-project/action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ runs:
3838
- name: "Install Cmake"
3939
shell: bash
4040
run: echo "yes" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "cmake;3.22.1"
41+
- name: "Install Android SDK Build-Tools"
42+
shell: bash
43+
run: echo "yes" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "build-tools;34.0.0-rc3"
4144
- name: "Set environment variables"
4245
shell: bash
4346
run: |

buildSrc/public/src/main/kotlin/androidx/build/SupportConfig.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object SupportConfig {
2525
const val DEFAULT_MIN_SDK_VERSION = 14
2626
const val INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
2727
private const val INTERNAL_BUILD_TOOLS_VERSION = "34.0.0-rc3"
28-
private const val PUBLIC_BUILD_TOOLS_VERSION = "33.0.1"
28+
private const val PUBLIC_BUILD_TOOLS_VERSION = "34.0.0-rc3"
2929
const val NDK_VERSION = "23.1.7779620"
3030

3131
/**

0 commit comments

Comments
 (0)