Skip to content

Commit

Permalink
Merge pull request artem-zinnatullin#163 from lenguyenthanh/remove-an…
Browse files Browse the repository at this point in the history
…notation-libraries

Remove annotation libraries
  • Loading branch information
artem-zinnatullin committed May 3, 2016
2 parents d4169df + 8e5bd7f commit 4e390fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ android {
dependencies {
compile libraries.dagger
apt libraries.daggerCompiler
compile libraries.javaxInject
compile libraries.javaxAnnotationApi

compile libraries.rxJava
compile libraries.rxLint
Expand Down
5 changes: 1 addition & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ext.versions = [
androidDevMetricsGradlePlugin: '0.4',

dagger : '2.4',
javaxInject : '1',
javaxAnnotationApi : '1.2',

rxJava : '1.1.3',
rxLint : '1.0',
supportLibs : '23.1.1',
Expand Down Expand Up @@ -59,8 +58,6 @@ ext.gradlePlugins = [
ext.libraries = [
dagger : "com.google.dagger:dagger:$versions.dagger",
daggerCompiler : "com.google.dagger:dagger-compiler:$versions.dagger",
javaxInject : "javax.inject:javax.inject:$versions.javaxInject",
javaxAnnotationApi : "javax.annotation:javax.annotation-api:$versions.javaxAnnotationApi",

rxJava : "io.reactivex:rxjava:$versions.rxJava",
rxLint : "nl.littlerobots.rxlint:rxlint:$versions.rxLint",
Expand Down

0 comments on commit 4e390fe

Please sign in to comment.