Update some components
This commit is contained in:
parent
50f8fd2aee
commit
5ce180125b
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue