Skip to content

Commit ac9f495

Browse files
committed
update multiple dependency libraries
1 parent 61aadc4 commit ac9f495

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,21 @@ android {
100100
}
101101

102102
dependencies {
103-
implementation 'com.android.support:support-v13:27.1.0'
104-
implementation 'com.android.support:appcompat-v7:27.1.0'
105-
implementation 'com.android.support:design:27.1.0'
106-
implementation 'com.android.support:cardview-v7:27.1.0'
103+
implementation 'com.android.support:support-v13:27.1.1'
104+
implementation 'com.android.support:appcompat-v7:27.1.1'
105+
implementation 'com.android.support:design:27.1.1'
106+
implementation 'com.android.support:cardview-v7:27.1.1'
107107
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
108108
implementation 'com.github.guardianproject:signal-cli-android:-SNAPSHOT'
109109
implementation 'com.github.satyan:sugar:1.5'
110-
implementation 'com.squareup.picasso:picasso:2.5.2'
110+
implementation 'com.squareup.picasso:picasso:2.71828'
111111
implementation 'net.the4thdimension:audio-wife:1.0.3'
112112
implementation 'com.github.apl-devs:appintro:v4.2.3'
113113
implementation 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
114114
implementation 'com.nanohttpd:nanohttpd-webserver:2.2.0'
115115
implementation 'me.angrybyte.picker:picker:1.3.1'
116116
implementation 'com.github.stfalcon:frescoimageviewer:0.5.0'
117-
implementation 'com.facebook.fresco:fresco:1.8.0'
117+
implementation 'com.facebook.fresco:fresco:1.8.1'
118118
implementation 'com.github.derlio.waveform:library:1.0.1'
119119
implementation 'org.firezenk:audiowaves:1.1@aar'
120120
implementation 'com.maxproj.simplewaveform:app:1.0.0'

0 commit comments

Comments
 (0)