1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24: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 {
2017-03-10 23:26:53 +01:00
shortVersion = '4.2.1'
isSnapshot = true
2017-01-02 09:07:57 +01:00
jxmppVersion = '0.5.0'
smackMinAndroidSdk = 8
2014-11-04 14:43:41 +01:00
}
}