mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
16 lines
475 B
Groovy
16 lines
475 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.4.0-alpha3'
|
|
isSnapshot = true
|
|
// When using dynamic versions for those, do *not* use [1.0,
|
|
// 2.0), since this will also pull in 2.0-alpha1. Instead use
|
|
// [1.0, 1.0.99].
|
|
// See also:
|
|
// - https://issues.apache.org/jira/browse/MNG-6232
|
|
// - https://issues.igniterealtime.org/browse/SMACK-858
|
|
jxmppVersion = '0.7.0-alpha5'
|
|
miniDnsVersion = '0.4.0-alpha3'
|
|
bouncyCastleVersion = '1.62'
|
|
smackMinAndroidSdk = 19
|
|
}
|
|
}
|