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 dependencies dnssd
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed May 12, 2021
1 parent faab176 commit efd08b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rx2dnssd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
}

dependencies {
//api project(':dnssd')
api "com.github.andriydruk:dnssd:$mavenCentralVersion"
api project(':dnssd')
//api "com.github.andriydruk:dnssd:$mavenCentralVersion"

// Transitively export that dependencies to other modules
api 'io.reactivex.rxjava2:rxandroid:2.1.1'
Expand Down
4 changes: 2 additions & 2 deletions rxdnssd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
}

dependencies {
//api project(':dnssd')
api "com.github.andriydruk:dnssd:$mavenCentralVersion"
api project(':dnssd')
//api "com.github.andriydruk:dnssd:$mavenCentralVersion"

// Transitively export that dependencies to other modules
api 'io.reactivex:rxandroid:1.2.1'
Expand Down

0 comments on commit efd08b4

Please sign in to comment.