1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Add support for clirr to the build system

This commit is contained in:
Florian Schmaus 2015-03-03 14:06:21 +01:00
parent 50cf7f42f3
commit 0279677883
2 changed files with 18 additions and 1 deletions

View file

@ -4,5 +4,10 @@ allprojects {
isSnapshot = true
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
}
}