mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-23 19:58:19 +00:00
Merge pull request #992 from ovr/patch-1
[React-Native] Android - buildToolsVersion to 25.0.2
This commit is contained in:
commit
a6edc69131
@ -189,7 +189,7 @@ task packageReactNdkLibs(dependsOn: buildReactNdkLib, type: Copy) {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 23
|
compileSdkVersion 23
|
||||||
buildToolsVersion "23.0.1"
|
buildToolsVersion "25.0.2"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user