mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-13 03:12:06 +01:00
a91ca2aebf
Also add minidns-core as dependency to smack-core. This requires increasing the minimum required Android SDK level to 9, as this is what MiniDNS requires.
9 lines
161 B
Groovy
9 lines
161 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.3.0-beta2'
|
|
isSnapshot = true
|
|
jxmppVersion = '0.6.0'
|
|
miniDnsVersion = '0.3.0-alpha1'
|
|
smackMinAndroidSdk = 9
|
|
}
|
|
}
|