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

Commit

Permalink
update RxDNSSD
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Jun 4, 2017
1 parent 492aa16 commit 28536ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 15
versionName "2.0.0"
versionCode 16
versionName "2.0.1"
}

buildTypes {
Expand All @@ -23,7 +23,7 @@ dependencies {
//Android Support Libraries Version
def supportLibrary = '25.3.1'

compile "com.github.andriydruk:rxdnssd:0.8.3"
compile "com.github.andriydruk:rxdnssd:0.8.4"
compile "com.android.support:support-v4:$supportLibrary"
compile "com.android.support:appcompat-v7:$supportLibrary"
compile "com.android.support:design:$supportLibrary"
Expand Down

0 comments on commit 28536ab

Please sign in to comment.