1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00
Smack/version.gradle

9 lines
127 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2018-02-10 18:16:14 +01:00
shortVersion = '4.3.0-beta2'
isSnapshot = true
2017-11-18 15:44:01 +01:00
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
2014-11-04 14:43:41 +01:00
}
}