This commit is contained in:
c_zorrilla 2019-04-26 13:15:52 +02:00
parent 266bca0714
commit 9f25f43060
4 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ android {
minSdkVersion 17
targetSdkVersion 25
VERSION = "4.3.1.502"
VERSION = "4.2.2.503"
}
def props = new Properties()

Binary file not shown.

View file

@ -67,7 +67,7 @@ public class VoiXtremeService extends VoiXtremeServiceBase
// Tts Vocalizer Engine: the text to speech engine.
private VocalizerEngine ttsEngine = null;
private static final String VOIXTREME_SERVICE_VERSION = "4.2.1.35";
private static final String VOIXTREME_SERVICE_VERSION = "4.2.2.503";
// Tag
private static final String TAG = VoiXtremeService.class.getSimpleName();