mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Smack 4.1.0-beta1
This commit is contained in:
parent
fc14962445
commit
fd69a4c97f
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '4.1.0-alpha7'
|
||||
isSnapshot = true
|
||||
jxmppVersion = "0.4.1-alpha2-SNAPSHOT"
|
||||
shortVersion = '4.1.0-beta1'
|
||||
isSnapshot = false
|
||||
jxmppVersion = '0.4.1'
|
||||
smackMinAndroidSdk = 8
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue