1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-10 14:16:00 +01:00
Smack/version.gradle
2015-03-07 21:12:42 +01:00

13 lines
285 B
Groovy

allprojects {
ext {
shortVersion = '4.2.0-alpha1'
isSnapshot = true
jxmppVersion = '0.5.0-alpha1'
smackMinAndroidSdk = 8
// The baseline version to check the API's binary
// compatibility against with Clirr.
clirrBaseline = '4.1.0-rc2'
clirrFailOnErrors = false
}
}