1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-14 03:29:38 +02:00

Add version.gradle

This commit is contained in:
Florian Schmaus 2014-11-04 14:43:41 +01:00
parent a848437284
commit a15245eb22
2 changed files with 8 additions and 2 deletions

6
version.gradle Normal file
View file

@ -0,0 +1,6 @@
allprojects {
ext {
shortVersion = '4.0.6'
isSnapshot = true
}
}