Fixed bug in the LoggerService

This commit is contained in:
Jimmie Matsson 2019-08-13 18:22:35 +02:00
parent 4f39e04005
commit 7a2bde0ed7

View file

@ -18,7 +18,7 @@ android {
targetSdkVersion 25
VOIXTREME_VERSION = "4.2.3"
VERSION = VOIXTREME_VERSION + ".502"
VERSION = VOIXTREME_VERSION + ".503"
buildConfigField("String", "VOIXTREME_VERSION", "\"" + VOIXTREME_VERSION + "\"")
}