Smack/version.gradle

17 lines
475 B
Groovy
Raw Permalink Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2019-07-21 08:01:49 +02:00
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].
2019-03-14 14:29:23 +01:00
// See also:
// - https://issues.apache.org/jira/browse/MNG-6232
// - https://issues.igniterealtime.org/browse/SMACK-858
2018-10-22 20:43:36 +02:00
jxmppVersion = '0.7.0-alpha5'
2018-10-15 13:12:11 +02:00
miniDnsVersion = '0.4.0-alpha3'
2019-07-27 12:37:55 +02:00
bouncyCastleVersion = '1.62'
smackMinAndroidSdk = 19
2014-11-04 14:43:41 +01:00
}
}