Skip to content

Commit

Permalink
Merge pull request #110 from kesha-antonov/upd_build_tools
Browse files Browse the repository at this point in the history
upd build tools
  • Loading branch information
crazycodeboy authored Oct 16, 2017
2 parents f792147 + 8b111fb commit ecf186c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "25.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.3"

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

0 comments on commit ecf186c

Please sign in to comment.