Update material-dialogs dependency

Update https://github.com/afollestad/material-dialogs to version 0.8.5.8 to fit the Android support library 23.2.0
This commit is contained in:
Florian Biebel 2016-06-06 18:00:44 +02:00
parent b97a16904e
commit 73112b3dbf
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 'com.facebook.react:react-native:0.20.+'
compile fileTree(include: ['*.jar'], dir: 'libs') compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile 'com.github.afollestad.material-dialogs:commons:8f8ab21' // version 0.8.5.0 compile 'com.github.afollestad.material-dialogs:commons:0.8.5.8' // version 0.8.5.8
} }