Publish Android 1.3.8 to Argus

This commit is contained in:
Курнат Андрей
2026-06-09 22:01:02 +03:00
parent 89f3cd0934
commit c1c72900e5
3 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ android {
testInstrumentationRunner "eu.qsfera.android.utils.OCTestAndroidJUnitRunner"
versionCode = 35
versionName = "1.3.7"
versionCode = 36
versionName = "1.3.8"
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""