From e02420ac787494a14148d96cdc1c25143156dfec Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Thu, 15 Nov 2018 06:35:09 -0800 Subject: [PATCH] Make android project compile with new gradle and build tools Summary: If this is not done. I get ``` Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1). Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar ``` I follwed the suggestion given on [stack overflow](https://stackoverflow.com/questions/52944598/could-not-find-aapt2-proto-jar) Reviewed By: jknoxville Differential Revision: D12839581 fbshipit-source-id: aa02620c7e4c52899b2c2c4805fd8a6f168d946a --- android/sample/AndroidManifest.xml | 5 +---- build.gradle | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/android/sample/AndroidManifest.xml b/android/sample/AndroidManifest.xml index f6f17fd86..72588c084 100644 --- a/android/sample/AndroidManifest.xml +++ b/android/sample/AndroidManifest.xml @@ -6,10 +6,7 @@ - +