android: update target SDK version
Android Oreo (API level 26) is supported since React Native 50.
This commit is contained in:
parent
e65566ad03
commit
3460fe03e5
|
@ -133,7 +133,7 @@ ext {
|
||||||
buildToolsVersion = "26.0.2"
|
buildToolsVersion = "26.0.2"
|
||||||
compileSdkVersion = 26
|
compileSdkVersion = 26
|
||||||
minSdkVersion = 16
|
minSdkVersion = 16
|
||||||
targetSdkVersion = 25
|
targetSdkVersion = 26
|
||||||
|
|
||||||
// The Maven artifact groupdId of the third-party react-native modules which
|
// 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
|
// Jitsi Meet SDK for Android depends on and which are not available in
|
||||||
|
|
Loading…
Reference in New Issue