bump library versions

This commit is contained in:
Daniel Gultsch 2018-04-12 10:26:15 +02:00
parent c61be89262
commit db8bd7b596
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ configurations {
}
ext {
supportLibVersion = '27.1.0'
supportLibVersion = '27.1.1'
}
dependencies {
@ -51,7 +51,7 @@ dependencies {
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation "com.wefika:flowlayout:0.4.1"
implementation 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
implementation 'rocks.xmpp:xmpp-addr:0.8.0-20180330.211042-9'
implementation 'rocks.xmpp:xmpp-addr:0.8.0-SNAPSHOT'
}
ext {