File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## [ 1.1.2 ] - 2025-12-26\n\n### 🐛 Исправления
1+ ## [ 1.1.3 ] - 2025-12-26\n\n### 🐛 Исправления
22- Fix LocaleManager compilation error: Add missing R import
33- Fix missing accent_purple color reference
44
55### 📝 Другое
6+ - 📊 Добавлен Dashboard с аналитикой и статистикой
67- 🌍 Добавлена мультиязычность - Русский и Английский
78- 📚 Добавлен подробный README.md с полной документацией
89
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
2828 applicationId = " com.autoclicker.app"
2929 minSdk = 24
3030 targetSdk = 35
31- versionCode = 112
32- versionName = " 1.1.2 "
31+ versionCode = 113
32+ versionName = " 1.1.3 "
3333
3434 // Crash reporting credentials (читаем из local.properties или environment)
3535 buildConfigField(" String" , " CRASH_BOT_TOKEN" , " \" ${getConfigValue(" CRASH_BOT_TOKEN" )} \" " )
You can’t perform that action at this time.
0 commit comments