Move jxmppVersion and smackMinAndroidSdk to version.gradle

This commit is contained in:
Florian Schmaus 2014-12-09 13:49:57 +01:00
parent 05870e6a22
commit 7bf3c3ea5d
2 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,6 @@ allprojects {
// build, causing unnecessary rebuilds.
builtDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
oneLineDesc = 'An Open Source XMPP (Jabber) client library'
jxmppVersion = "0.4.0"
smackMinAndroidSdk = 8
androidProjects = [':smack-tcp',':smack-core', ':smack-resolver-minidns', ':smack-sasl-provided', ':smack-extensions', ':smack-experimental'].collect{ project(it) }
androidBootClasspath = getAndroidRuntimeJar()
androidJavadocOffline = getAndroidJavadocOffline()

View File

@ -2,5 +2,7 @@ allprojects {
ext {
shortVersion = '4.1.0-alpha7'
isSnapshot = true
jxmppVersion = "0.4.0"
smackMinAndroidSdk = 8
}
}