Skip to content

Commit

Permalink
Refactor dependencies of droidux-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Jan 13, 2016
1 parent f00c371 commit e321917
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions droidux-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ dependencies {
compile 'com.google.auto:auto-common:0.5'
compile 'com.google.auto.service:auto-service:1.0-rc2'

compile "io.reactivex:rxjava:${project.rxJavaVersion}"
compile "com.android.databinding:baseLibrary:${project.databindingBaseLibraryVersion}"
compile fileTree(dir: './libs', includes: ['*.jar'])

testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:2.2.0'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'com.google.testing.compile:compile-testing:0.6'
testCompile files(Jvm.current().getToolsJar())
compile "io.reactivex:rxjava:${project.rxJavaVersion}"
compile 'com.google.android:android:4.1.1.4'
compile "com.android.databinding:baseLibrary:${project.databindingBaseLibraryVersion}"
compile fileTree(dir: './libs', includes: ['*.jar'])
testCompile 'com.google.android:android:4.1.1.4'
}

publish {
Expand Down

0 comments on commit e321917

Please sign in to comment.