mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
13 lines
282 B
Groovy
13 lines
282 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.0-rc3'
|
|
isSnapshot = false
|
|
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
|
|
}
|
|
}
|