Skip to content

Commit

Permalink
Add react-native-dailog to app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
aakashns committed Nov 1, 2015
1 parent 276eda2 commit b58086d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ android {
}
}

repositories {
maven { url "https://jitpack.io" }
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.facebook.react:react-native:0.13.+'
compile project(':react-native-dialogs')
}

0 comments on commit b58086d

Please sign in to comment.