android: update target SDK version

Android Oreo (API level 26) is supported since React Native 50.
This commit is contained in:
Saúl Ibarra Corretgé 2017-12-12 15:33:50 +01:00 committed by Любомир Маринов
parent e65566ad03
commit 3460fe03e5
1 changed files with 1 additions and 1 deletions

View File

@ -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