Bump Android release to 1.3.13

This commit is contained in:
Курнат Андрей
2026-06-12 22:39:51 +03:00
parent 251391b1a9
commit 688c0a3b19
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ android {
testInstrumentationRunner "eu.qsfera.android.utils.OCTestAndroidJUnitRunner"
versionCode = 40
versionName = "1.3.12"
versionCode = 41
versionName = "1.3.13"
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""