1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 08:54:49 +02:00
Smack/version.gradle
2015-09-14 09:05:48 +02:00

9 lines
135 B
Groovy

allprojects {
ext {
shortVersion = '4.2.0-alpha2'
isSnapshot = true
jxmppVersion = '0.5.0-alpha6'
smackMinAndroidSdk = 8
}
}