Skip to content

Commit 125ec28

Browse files
committed
Updated gson to 2.8.2 and com.eclipsesource.j2v8 to 4.8.0.
1 parent c2b0073 commit 125ec28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FlowCrypt/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121

122122
compile "com.google.android.gms:play-services-base:${PLAY_SERVICES_VERSION}"
123123
compile "com.google.android.gms:play-services-auth:${PLAY_SERVICES_VERSION}"
124-
compile 'com.google.code.gson:gson:2.7'
124+
compile 'com.google.code.gson:gson:2.8.2'
125125

126126
compile "com.squareup.retrofit2:retrofit:${RETROFIT_VERSION}"
127127
compile "com.squareup.retrofit2:converter-gson:${RETROFIT_VERSION}"
@@ -136,7 +136,7 @@ dependencies {
136136
compile "com.github.bumptech.glide:glide:${GLIDE_VERSION}"
137137
annotationProcessor "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
138138

139-
compile 'com.eclipsesource.j2v8:j2v8:4.6.0@aar'
139+
compile 'com.eclipsesource.j2v8:j2v8:4.8.0@aar'
140140
compile 'commons-io:commons-io:2.5'
141141
compile 'ch.acra:acra:4.9.2'
142142
compile 'com.hootsuite.android:nachos:1.1.1'

0 commit comments

Comments
 (0)