mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-16 09:12:06 +01:00
6 lines
78 B
Groovy
6 lines
78 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.0-alpha7'
|
|
isSnapshot = true
|
|
}
|
|
}
|