diff --git a/wearable/build.gradle b/wearable/build.gradle index 5176666..5795b16 100644 --- a/wearable/build.gradle +++ b/wearable/build.gradle @@ -33,6 +33,6 @@ dependencies { compile 'com.google.android.support:wearable:1.3.0' compile 'com.google.android.gms:play-services-wearable:8.3.0' compile 'org.jboss.aerogear:aerogear-otp-java:1.0.0' - compile 'com.google.code.gson:gson:2.3.1' + compile 'com.google.code.gson:gson:2.8.7' compile 'com.scottyab:aescrypt:0.0.1' }