1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 00:24:49 +02:00
Smack/version.gradle

14 lines
285 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2015-03-07 21:43:17 +01:00
shortVersion = '4.2.0-alpha2'
isSnapshot = true
2015-03-11 22:00:06 +01:00
jxmppVersion = '0.5.0-alpha2'
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
}
}