V425 512 keywords on calculator

This commit is contained in:
c_zorrilla 2020-02-03 15:53:01 +01:00
parent e6674b1609
commit 27bf1ccc7f
4 changed files with 2 additions and 2 deletions

View file

@ -17,8 +17,8 @@ android {
minSdkVersion 17
targetSdkVersion 25
VOIXTREME_VERSION = "4.2.4"
VERSION = VOIXTREME_VERSION + ".511"
VOIXTREME_VERSION = "4.2.5"
VERSION = VOIXTREME_VERSION + ".512"
buildConfigField("String", "VOIXTREME_VERSION", "\"" + VOIXTREME_VERSION + "\"")
buildConfigField("String", "VOIXTREME_VERSION_FULL", "\"" + VERSION + "\"")
}