1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-27 22:14:52 +02:00
Smack/version.gradle

10 lines
152 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2018-06-17 14:10:12 +02:00
shortVersion = '4.3.0-rc2'
isSnapshot = true
2018-08-02 12:55:51 +02:00
jxmppVersion = '0.6.3'
2018-05-05 10:24:45 +02:00
miniDnsVersion = '0.3.0'
smackMinAndroidSdk = 9
2014-11-04 14:43:41 +01:00
}
}