so after checking in the repo i found out i needed to change the snapshot ...
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
mavenCentral()
}
dependencies {
compile "org.igniterealtime.smack:smack-android:4.1.0-alpha2-SNAPSHOT"
}