From 0f76995e0c73378a4456938755016efcc6dacdd0 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 24 May 2023 04:19:58 -0700 Subject: [PATCH] Bump target and compile SDK (#4758) Summary: [android] Bump target and compile SDK Latest and greatest. Pull Request resolved: https://github.com/facebook/flipper/pull/4758 Test Plan: As before --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/4758). * https://github.com/facebook/flipper/issues/4759 * __->__ https://github.com/facebook/flipper/issues/4758 * https://github.com/facebook/flipper/issues/4757 * https://github.com/facebook/flipper/issues/4756 * https://github.com/facebook/flipper/issues/4755 * https://github.com/facebook/flipper/issues/4754 * https://github.com/facebook/flipper/issues/4753 * https://github.com/facebook/flipper/issues/4752 * https://github.com/facebook/flipper/issues/4751 Reviewed By: ivanmisuno Differential Revision: D46069036 Pulled By: passy fbshipit-source-id: 62eb5377ed611afbf42016d91a6929d5ec627fb8 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b2b002c97..14c0f7484 100644 --- a/build.gradle +++ b/build.gradle @@ -46,8 +46,8 @@ subprojects { ext { minSdkVersion = 15 - targetSdkVersion = 31 - compileSdkVersion = 31 + targetSdkVersion = 33 + compileSdkVersion = 33 buildToolsVersion = "33.0.2" ndkVersion = "25.1.8937393" javaTargetVersion = JavaVersion.VERSION_17