Smack/version.gradle

14 lines
282 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2015-02-21 17:20:47 +01:00
shortVersion = '4.1.0-rc3'
2015-03-07 21:09:54 +01:00
isSnapshot = false
2015-02-02 13:04:47 +01:00
jxmppVersion = '0.4.2-beta1'
smackMinAndroidSdk = 8
// The baseline version to check the API's binary
// compatibility against with Clirr.
clirrBaseline = '4.1.0-rc2'
clirrFailOnErrors = false
2014-11-04 14:43:41 +01:00
}
}