mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
6 lines
72 B
Groovy
6 lines
72 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.0.7'
|
|
isSnapshot = false
|
|
}
|
|
}
|