Skip to content

Commit

Permalink
fix LicenseAdapter usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Dec 19, 2017
1 parent d95ae85 commit c33a947
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -16,19 +16,19 @@ class LicenseRepositoryImpl @Inject constructor() : LicenseRepository {
Licenses.fromGitHubApacheV2("hdodenhof/CircleImageView"),
Licenses.fromGitHub("gabrielemariotti/changeloglib", Licenses.LICENSE_APACHE_V2),
Licenses.fromGitHubApacheV2("google/dagger"),
Licenses.fromGitHubApacheV2("bumptech/glide", Licenses.FILE_NO_EXTENSION),
Licenses.fromGitHubApacheV2("bumptech/glide"),
Licenses.fromGitHubApacheV2("JakeWharton/RxBinding"),
Licenses.fromGitHubApacheV2("JakeWharton/timber"),
Licenses.fromGitHubApacheV2("JakeWharton/ThreeTenABP", Licenses.FILE_TXT),
Licenses.fromGitHubApacheV2("f2prateek/rx-preferences"),
Licenses.fromGitHubApacheV2("pushtorefresh/storio"),
Licenses.fromGitHubApacheV2("ReactiveX/RxJava", "1.x/${Licenses.FILE_NO_EXTENSION}"),
Licenses.fromGitHubApacheV2("ReactiveX/RxAndroid", "1.x/${Licenses.FILE_NO_EXTENSION}"),
Licenses.fromGitHubApacheV2("sockeqwe/AdapterDelegates", Licenses.FILE_NO_EXTENSION),
Licenses.fromGitHubApacheV2("twitter/twitter-text", Licenses.FILE_NO_EXTENSION),
Licenses.fromGitHubApacheV2("twitter/twitter-kit-android", Licenses.FILE_NO_EXTENSION),
Licenses.fromGitHubApacheV2("yshrsmz/LicenseAdapter", Licenses.FILE_NO_EXTENSION),
Licenses.fromGitHubApacheV2("yshrsmz/RxEventBus", Licenses.FILE_NO_EXTENSION))
Licenses.fromGitHubApacheV2("sockeqwe/AdapterDelegates"),
Licenses.fromGitHubApacheV2("twitter/twitter-text"),
Licenses.fromGitHubApacheV2("twitter/twitter-kit-android"),
Licenses.fromGitHubApacheV2("yshrsmz/LicenseAdapter"),
Licenses.fromGitHubApacheV2("yshrsmz/RxEventBus"))

// sort github hosted repos first
list.sortedBy { it.getName().toLowerCase(Locale.ENGLISH) }
Expand Down

0 comments on commit c33a947

Please sign in to comment.