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:
parent
50cf7f42f3
commit
0279677883
2 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue