Skip to content

Commit

Permalink
Merge pull request crazycodeboy#156 from mahomahoxd/master
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
crazycodeboy authored May 21, 2018
2 parents 4216dc9 + 7a54a0e commit f8446dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 25
buildToolsVersion "25.0.3"
compileSdkVersion 27
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 16
Expand All @@ -19,8 +19,8 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.4.0'
compile "com.facebook.react:react-native:+" // From node_modules
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation "com.facebook.react:react-native:+" // From node_modules
}

0 comments on commit f8446dd

Please sign in to comment.