From 8458ebd2599409dffd8fd341eef492781073c5aa Mon Sep 17 00:00:00 2001 From: ratan12 Date: Fri, 26 Aug 2016 15:41:19 +0200 Subject: [PATCH] Update Libraries --- Atarashii/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Atarashii/build.gradle b/Atarashii/build.gradle index 786a4b6b..768a4ce8 100644 --- a/Atarashii/build.gradle +++ b/Atarashii/build.gradle @@ -79,11 +79,11 @@ dependencies { compile 'com.squareup.retrofit2:retrofit:2.1.0' compile 'com.squareup.picasso:picasso:2.5.2' provided 'org.glassfish:javax.annotation:10.0-b28' - compile 'com.jakewharton:butterknife:8.2.1' - apt 'com.jakewharton:butterknife-compiler:8.2.1' + compile 'com.jakewharton:butterknife:8.3.0' + apt 'com.jakewharton:butterknife-compiler:8.3.0' provided 'org.projectlombok:lombok:1.16.10' - ProductionCompile('com.crashlytics.sdk.android:crashlytics:2.6.0@aar') { transitive = true; } - ProductionCompile('com.crashlytics.sdk.android:answers:1.3.8@aar') { transitive = true; } - BetaCompile('com.crashlytics.sdk.android:crashlytics:2.6.0@aar') { transitive = true; } - BetaCompile('com.crashlytics.sdk.android:answers:1.3.8@aar') { transitive = true; } + ProductionCompile('com.crashlytics.sdk.android:crashlytics:2.6.1@aar') { transitive = true; } + ProductionCompile('com.crashlytics.sdk.android:answers:1.3.9@aar') { transitive = true; } + BetaCompile('com.crashlytics.sdk.android:crashlytics:2.6.1@aar') { transitive = true; } + BetaCompile('com.crashlytics.sdk.android:answers:1.3.9@aar') { transitive = true; } }