Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Dev: switch to local dependency in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Aug 14, 2017
1 parent d32f2de commit 00e52bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rxdnssd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ android {
}

dependencies {
compile 'com.github.andriydruk:dnssd:0.9.0'
compile project(':library')
//compile 'com.github.andriydruk:dnssd:0.9.0'

compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.3.0'
Expand Down

0 comments on commit 00e52bd

Please sign in to comment.