From 57f9e0e08ec8e73e36779bb9a8fc571e35f1d8b9 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Sun, 21 Mar 2021 21:50:35 +0100 Subject: [PATCH] Upgrade Android build for React Native 0.64 --- android/build.gradle | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 5d5d188..7cd392b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,17 +2,18 @@ buildscript { ext { - buildToolsVersion = "28.0.3" - minSdkVersion = 16 - compileSdkVersion = 28 - targetSdkVersion = 28 + buildToolsVersion = "29.0.3" + minSdkVersion = 21 + compileSdkVersion = 29 + targetSdkVersion = 29 + ndkVersion = "20.1.5948944" } repositories { google() jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.5.2") + classpath("com.android.tools.build:gradle:4.1.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files