upgrade dependency

This commit is contained in:
Vojtech Novak 2016-07-24 00:44:04 +02:00
parent 70c0bb26b5
commit 9af2933b7a
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ dependencies {
compile 'com.facebook.react:react-native:0.20.+'
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.github.afollestad.material-dialogs:commons:0.8.5.8' // version 0.8.5.8
compile 'com.github.afollestad.material-dialogs:commons:0.8.6.1'
}