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

Commit

Permalink
update rxdnssd to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Aug 22, 2016
1 parent 8d8684c commit 45f073c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '24.0.0 rc4'
compileSdkVersion 24
buildToolsVersion '24.0.0'

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 13
versionName "1.4.1"
targetSdkVersion 24
versionCode 14
versionName "1.4.2"

jackOptions {
enabled true
Expand All @@ -34,9 +34,9 @@ android {

dependencies {
//Android Support Libraries Version
def supportLibrary = '23.4.0'
def supportLibrary = '24.2.0'

compile 'com.github.andriydruk:rxdnssd:0.8.0'
compile 'com.github.andriydruk:rxdnssd:0.8.2'
compile "com.android.support:support-v4:$supportLibrary"
compile "com.android.support:appcompat-v7:$supportLibrary"
compile "com.android.support:design:$supportLibrary"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.druk.bonjour.browser">

<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".BonjourApplication"
android:allowBackup="false"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-alpha1'
classpath 'com.android.tools.build:gradle:2.2.0-beta2'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 26 11:27:33 EEST 2016
#Fri Aug 19 12:10:52 EEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 45f073c

Please sign in to comment.