android: update target SDK version
Android Oreo (API level 26) is supported since React Native 50.
This commit is contained in:
committed by
Любомир Маринов
parent
e65566ad03
commit
3460fe03e5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user