Skip to content

Commit

Permalink
Add missing libs to the licences section
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Dec 22, 2016
1 parent f53fa62 commit e477fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SettingsFragment : PreferenceFragmentCompat(),

companion object {
private val LIBRARIES = arrayOf("glide", "jodatimeandroid", "hawk", "materialdialogs",
"eventbus", "circleimageview", "okhttp", "leakcanary",
"eventbus", "circleimageview", "okhttp", "leakcanary", "anko", "moshi",
"android_textview_linkbuilder", "androidflowlayout", "kotterknife")
private val EXCLUDED_LIBRARIES = arrayOf("fastadapter", "materialize")
private val OPEN_SOURCE_LINK = HttpUrl.Builder()
Expand Down

0 comments on commit e477fff

Please sign in to comment.