Update support libs and ZXing Android Embedded

This commit is contained in:
Jakob Nixdorf 2018-03-15 15:03:39 +01:00
parent ca210558da
commit 3ca0ca6fcf
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -31,7 +31,7 @@ android {
} }
ext { ext {
supportLibVersion = "27.0.2" supportLibVersion = "27.1.0"
} }
dependencies { dependencies {
@ -45,7 +45,7 @@ dependencies {
compile "com.android.support.constraint:constraint-layout:1.0.2" compile "com.android.support.constraint:constraint-layout:1.0.2"
compile "com.github.aakira:expandable-layout:1.6.0" compile "com.github.aakira:expandable-layout:1.6.0"
compile "com.heinrichreimersoftware:material-intro:1.6.2" compile "com.heinrichreimersoftware:material-intro:1.6.2"
compile "com.journeyapps:zxing-android-embedded:3.5.0" compile "com.journeyapps:zxing-android-embedded:3.6.0"
compile "com.vanniktech:vntnumberpickerpreference:1.0.0" compile "com.vanniktech:vntnumberpickerpreference:1.0.0"
compile "de.psdev.licensesdialog:licensesdialog:1.8.3" compile "de.psdev.licensesdialog:licensesdialog:1.8.3"
compile "me.zhanghai.android.materialprogressbar:library:1.4.2" compile "me.zhanghai.android.materialprogressbar:library:1.4.2"