From 214d73b5a28fd09ab06764d636ff145de90c975c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 31 Mar 2020 09:28:50 -0700 Subject: [PATCH] Buck: Use Android SDK 29 during build (#28455) Summary: Fixes `test_android` and `test_docker` build failures. Thanks to dulmandakh for identifying the fix. Changelog: [Internal] [Android] [Changed] - Use Android SDK 29 to build during CI tests Pull Request resolved: https://github.com/facebook/react-native/pull/28455 Test Plan: Circle CI shows `test_android` and `test_docker` passing: https://app.circleci.com/jobs/github/facebook/react-native/142273 Reviewed By: sturmen Differential Revision: D20766589 Pulled By: hramos fbshipit-source-id: 8ef8a8ce3a6e7353ae47425accb3bd26cf1608c4 --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index 14ee0b460b6e1c..dc22ddc157f629 100644 --- a/.buckconfig +++ b/.buckconfig @@ -1,6 +1,6 @@ [android] - target = android-28 + target = android-29 [download] max_number_of_retries = 3