Always target Smack version from composite build

This commit is contained in:
Paul Schaub 2019-10-12 16:21:54 +02:00
parent 03dae46be0
commit e6dc6010c7
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
ext {
apply from: 'libs/Smack/version.gradle'
// Smack Versions
// Quickly switch between unique and normal releases using the toggle below
// Version Strings for non-unique releases
//*
smackVersion = "4.4.0-alpha3-SNAPSHOT"
smackVersion = shortVersion
smackAndroidVersion = smackVersion
smackAndroidExtensionsVersion = smackVersion