mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
7 lines
78 B
Groovy
7 lines
78 B
Groovy
|
allprojects {
|
||
|
ext {
|
||
|
shortVersion = '4.1.0-alpha6'
|
||
|
isSnapshot = true
|
||
|
}
|
||
|
}
|