From e89d494f2803a9a7f55e5d1d322c6671d42cb8a1 Mon Sep 17 00:00:00 2001 From: Andrei Shikov Date: Fri, 26 Nov 2021 09:39:22 -0800 Subject: [PATCH] Bump Buck compile SDK Android version to 31 Summary: Was unintentionallly omitted from SDK bump Reviewed By: cortinico Differential Revision: D32676779 fbshipit-source-id: d99241e78d42d8e3e58a878980d55c7e0530f433 --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index 07ec813646f170..76d22bf86f5e18 100644 --- a/.buckconfig +++ b/.buckconfig @@ -1,6 +1,6 @@ [android] - target = android-30 + target = android-31 [download] max_number_of_retries = 3