1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-27 18:19:33 +02:00
Smack/version.gradle

9 lines
128 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2015-01-14 09:06:33 +01:00
shortVersion = '4.1.0-beta1'
isSnapshot = false
jxmppVersion = '0.4.1'
smackMinAndroidSdk = 8
2014-11-04 14:43:41 +01:00
}
}