File tree 2 files changed +4
-1
lines changed
.github/actions/build-single-project
buildSrc/public/src/main/kotlin/androidx/build
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 38
38
- name : " Install Cmake"
39
39
shell : bash
40
40
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"
41
44
- name : " Set environment variables"
42
45
shell : bash
43
46
run : |
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object SupportConfig {
25
25
const val DEFAULT_MIN_SDK_VERSION = 14
26
26
const val INSTRUMENTATION_RUNNER = " androidx.test.runner.AndroidJUnitRunner"
27
27
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 "
29
29
const val NDK_VERSION = " 23.1.7779620"
30
30
31
31
/* *
You can’t perform that action at this time.
0 commit comments