Skip to content

Commit

Permalink
[Refactor] Use single quotes in gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 2, 2019
1 parent 097c023 commit 7d3b9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
implementation 'com.jakewharton.threetenabp:threetenabp:1.2.1'
implementation "com.leinardi.android:speed-dial:1.0.2"
implementation 'com.leinardi.android:speed-dial:1.0.2'
// If https://github.com/timusus/RecyclerView-FastScroll/pull/96 is merged and released, remove
// the related dontwarn from proguard-rules.pro.
implementation 'com.simplecityapps:recyclerview-fastscroll:1.0.18'
Expand Down

0 comments on commit 7d3b9b0

Please sign in to comment.