From 3460fe03e59996dc8ebfec8fdc25e780c749fa71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 12 Dec 2017 15:33:50 +0100 Subject: [PATCH] android: update target SDK version Android Oreo (API level 26) is supported since React Native 50. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 91db6c926..8608cab09 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -133,7 +133,7 @@ ext { buildToolsVersion = "26.0.2" compileSdkVersion = 26 minSdkVersion = 16 - targetSdkVersion = 25 + targetSdkVersion = 26 // The Maven artifact groupdId of the third-party react-native modules which // Jitsi Meet SDK for Android depends on and which are not available in