mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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.
|
// build, causing unnecessary rebuilds.
|
||||||
builtDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
|
builtDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
|
||||||
oneLineDesc = 'An Open Source XMPP (Jabber) client library'
|
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) }
|
androidProjects = [':smack-tcp',':smack-core', ':smack-resolver-minidns', ':smack-sasl-provided', ':smack-extensions', ':smack-experimental'].collect{ project(it) }
|
||||||
androidBootClasspath = getAndroidRuntimeJar()
|
androidBootClasspath = getAndroidRuntimeJar()
|
||||||
androidJavadocOffline = getAndroidJavadocOffline()
|
androidJavadocOffline = getAndroidJavadocOffline()
|
||||||
|
|
|
@ -2,5 +2,7 @@ allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.1.0-alpha7'
|
shortVersion = '4.1.0-alpha7'
|
||||||
isSnapshot = true
|
isSnapshot = true
|
||||||
|
jxmppVersion = "0.4.0"
|
||||||
|
smackMinAndroidSdk = 8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue