Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Google Guava #68

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ dependencies {
// explicitly depend on RxJava's latest version for bug fixes and new features.
compile 'io.reactivex:rxjava:1.1.6'

// Google Guava for Android
compile 'com.google.guava:guava:22.0-android'

compile "com.google.dagger:dagger:$daggerVersion"
apt "com.google.dagger:dagger-compiler:$daggerVersion"
}
Expand Down
30 changes: 30 additions & 0 deletions app/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,33 @@
copyrightHolder: QOS.ch
license: MIT License
url: http://www.slf4j.org

- artifact: com.google.code.findbugs:jsr305:+
name: FindBugs-jsr305
copyrightHolder: the University of Maryland
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: http://findbugs.sourceforge.net/

- artifact: com.google.errorprone:error_prone_annotations:+
name: error-prone annotations
copyrightHolder: Google Inc.
license: The Apache Software License, Version 2.0

- artifact: com.google.guava:guava:+
name: "Guava: Google Core Libraries for Java"
copyrightHolder: The Guava Authors
license: The Apache Software License, Version 2.0

- artifact: com.google.j2objc:j2objc-annotations:+
name: J2ObjC Annotations
copyrightHolder: Google Inc.
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/google/j2objc/

- artifact: org.codehaus.mojo:animal-sniffer-annotations:+
name: Animal Sniffer Annotations
copyrightHolder: codehaus.org.
license: MIT License
licenseUrl: http://www.opensource.org/licenses/mit-license.php
Loading