Skip to content

Commit

Permalink
Merge pull request #22 from gungdr/chore/remove-depcrecated-keyword
Browse files Browse the repository at this point in the history
chore(gradle) : replace deprecated keyword
  • Loading branch information
vijaysharm authored Dec 13, 2018
2 parents 65407f1 + d0ea013 commit d77cf4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

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

dependencies {
compile 'com.facebook.react:react-native:0.20.1'
compile 'testfairy:testfairy-android-sdk:1.8.3'
api 'com.facebook.react:react-native:0.20.1'
api 'testfairy:testfairy-android-sdk:1.8.3'
}

0 comments on commit d77cf4d

Please sign in to comment.