1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00
Smack/version.gradle
2015-02-21 16:57:52 +01:00

8 lines
135 B
Groovy

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