Update some components

This commit is contained in:
Jakob Nixdorf 2017-12-08 07:53:54 +01:00
parent 50f8fd2aee
commit 5ce180125b
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -32,7 +32,7 @@ ext {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "commons-codec:commons-codec:1.10"
compile "commons-codec:commons-codec:1.11"
compile "com.android.support:appcompat-v7:$supportLibVersion"
compile "com.android.support:cardview-v7:$supportLibVersion"
compile "com.android.support:design:$supportLibVersion"
@ -41,6 +41,6 @@ dependencies {
compile "com.journeyapps:zxing-android-embedded:3.5.0"
compile "com.vanniktech:vntnumberpickerpreference:1.0.0"
compile "de.psdev.licensesdialog:licensesdialog:1.8.3"
compile "me.zhanghai.android.materialprogressbar:library:1.4.1"
compile "me.zhanghai.android.materialprogressbar:library:1.4.2"
compile "org.sufficientlysecure:openpgp-api:12.0"
}