From a505adb2b7d14c04bca9451ef0b53c90712d44ab Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 18 Apr 2017 12:06:38 -0700 Subject: [PATCH] Bump Android target SDK Summary: Can we just bump this here? Reviewed By: emilsjolander Differential Revision: D4905930 fbshipit-source-id: ea0bd51e32700556ecd1527d2b7fad67d4645366 --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index 61e9e52e..12667fb3 100644 --- a/.buckconfig +++ b/.buckconfig @@ -1,7 +1,7 @@ [cxx] gtest_dep = //lib/gtest:gtest [android] - target = Google Inc.:Google APIs:19 + target = android-23 [ndk] ndk_version = 13.1.3345770 compiler = clang