1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00
Smack/version.gradle

9 lines
121 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2015-09-14 09:05:48 +02:00
shortVersion = '4.1.5'
isSnapshot = true
2015-07-29 08:21:20 +02:00
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
2014-11-04 14:43:41 +01:00
}
}