Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: Downloading smack fails

$
0
0

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"

}


Viewing all articles
Browse latest Browse all 12162

Trending Articles