Skip to content

Commit ecf186c

Browse files
authored
Merge pull request #110 from kesha-antonov/upd_build_tools
upd build tools
2 parents f792147 + 8b111fb commit ecf186c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "25.0.1"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.3"
66

77
defaultConfig {
88
minSdkVersion 16
@@ -23,4 +23,4 @@ dependencies {
2323
testCompile 'junit:junit:4.12'
2424
compile 'com.android.support:appcompat-v7:23.4.0'
2525
compile "com.facebook.react:react-native:+" // From node_modules
26-
}
26+
}

0 commit comments

Comments
 (0)