Skip to content

Commit

Permalink
Smack 4.1.0-rc2 released
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Feb 22, 2015
1 parent abbd3cb commit 4ab8056
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ dependencies {
compile 'com.jcraft:jzlib:1.1.3'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.jcraft:jzlib:1.1.3'
compile 'org.igniterealtime.smack:smack-android:4.1.0-rc2-SNAPSHOT'
compile 'org.igniterealtime.smack:smack-core:4.1.0-rc2-SNAPSHOT'
compile 'org.igniterealtime.smack:smack-tcp:4.1.0-rc2-SNAPSHOT'
compile 'org.igniterealtime.smack:smack-extensions:4.1.0-rc2-SNAPSHOT'
compile 'org.igniterealtime.smack:smack-android:4.1.0-rc2'
compile 'org.igniterealtime.smack:smack-core:4.1.0-rc2'
compile 'org.igniterealtime.smack:smack-tcp:4.1.0-rc2'
compile 'org.igniterealtime.smack:smack-extensions:4.1.0-rc2'

googleplayCompile 'com.google.android.gms:play-services-base:6.5.87'
}
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
}
}
2 changes: 1 addition & 1 deletion client-common-java

0 comments on commit 4ab8056

Please sign in to comment.