mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Move jxmppVersion and smackMinAndroidSdk to version.gradle
This commit is contained in:
parent
05870e6a22
commit
7bf3c3ea5d
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -2,5 +2,7 @@ allprojects {
|
|||
ext {
|
||||
shortVersion = '4.1.0-alpha7'
|
||||
isSnapshot = true
|
||||
jxmppVersion = "0.4.0"
|
||||
smackMinAndroidSdk = 8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue