Skip to content

Commit 4b07dfe

Browse files
chore: release v1.1.9 [skip ci]
1 parent f4bcf80 commit 4b07dfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.1.8] - 2026-01-25\n\n### 📝 Другое
2-
- ⚡ Bolt: Optimize TemplateMatcher performance and fix width bug
1+
## [1.1.9] - 2026-01-25\n\n### 📝 Другое
2+
- 🛡️ Sentinel: Fix sensitive data leaks in logs and remove hardcoded keystore
33

44

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId = "com.autoclicker.app"
2929
minSdk = 24
3030
targetSdk = 35
31-
versionCode = 118
32-
versionName = "1.1.8"
31+
versionCode = 119
32+
versionName = "1.1.9"
3333

3434
// Crash reporting credentials (читаем из local.properties или environment)
3535
buildConfigField("String", "CRASH_BOT_TOKEN", "\"${getConfigValue("CRASH_BOT_TOKEN")}\"")

0 commit comments

Comments
 (0)