Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Update Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ratan12 committed Aug 26, 2016
1 parent 91ef4b0 commit 8458ebd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Atarashii/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}

0 comments on commit 8458ebd

Please sign in to comment.