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
This commit is contained in:
Pascal Hartig
2023-05-24 04:19:58 -07:00
committed by Facebook GitHub Bot
parent a44d4fac44
commit 0f76995e0c

View File

@@ -46,8 +46,8 @@ subprojects {
ext { ext {
minSdkVersion = 15 minSdkVersion = 15
targetSdkVersion = 31 targetSdkVersion = 33
compileSdkVersion = 31 compileSdkVersion = 33
buildToolsVersion = "33.0.2" buildToolsVersion = "33.0.2"
ndkVersion = "25.1.8937393" ndkVersion = "25.1.8937393"
javaTargetVersion = JavaVersion.VERSION_17 javaTargetVersion = JavaVersion.VERSION_17