Publish Android 1.3.9 and repair Windows autostart

This commit is contained in:
Курнат Андрей
2026-06-10 05:39:50 +03:00
parent 8337bcb742
commit d64957dfcd
4 changed files with 84 additions and 14 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ android {
testInstrumentationRunner "eu.qsfera.android.utils.OCTestAndroidJUnitRunner"
versionCode = 36
versionName = "1.3.8"
versionCode = 37
versionName = "1.3.9"
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""