1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00
Smack/version.gradle
2018-02-10 14:53:53 +01:00

8 lines
128 B
Groovy

allprojects {
ext {
shortVersion = '4.3.0-beta1'
isSnapshot = false
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}