Skip to content

Commit

Permalink
Upgrade fritzbox api
Browse files Browse the repository at this point in the history
Enables https connections
  • Loading branch information
kaklakariada committed Nov 22, 2015
1 parent 93f7786 commit 30b00f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.github.kaklakariada:fritzbox-java-api:0.3.0-SNAPSHOT') {
compile('com.github.kaklakariada:fritzbox-java-api:0.3.1-SNAPSHOT') {
exclude group: 'stax'
exclude group: 'xpp3'
}
Expand Down

0 comments on commit 30b00f9

Please sign in to comment.