Skip to content

Commit 6e340d1

Browse files
committed
Updating dependencies
1 parent ffe4f8c commit 6e340d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def supportLibraryVersion = '25.3.1'
3636
def firebaseVersion = '11.4.2'
3737

3838
dependencies {
39-
compile 'com.android.support:multidex:1.0.1'
39+
compile 'com.android.support:multidex:1.0.2'
4040

4141
compile fileTree(include: ['*.jar'], dir: 'libs')
4242
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
@@ -66,8 +66,8 @@ dependencies {
6666
compile "com.android.support:appcompat-v7:${supportLibraryVersion}"
6767
compile "com.android.support:design:${supportLibraryVersion}"
6868

69-
compile 'com.jakewharton:butterknife:8.6.0'
70-
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
69+
compile 'com.jakewharton:butterknife:8.7.0'
70+
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
7171

7272
compile 'co.lujun:androidtagview:1.1.3'
7373
compile 'com.github.developer-shivam:crescento:1.1.0'

0 commit comments

Comments
 (0)