Publish Android release 1.3.12

This commit is contained in:
Курнат Андрей
2026-06-10 07:42:22 +03:00
parent d79f4b93d0
commit abdbf47789
4 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ android {
testInstrumentationRunner "eu.qsfera.android.utils.OCTestAndroidJUnitRunner"
versionCode = 39
versionName = "1.3.11"
versionCode = 40
versionName = "1.3.12"
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""