Browse Source
Automated release from Jenkins CI/CD Pipeline ������������������� **Bin��������rios:** - AAB: app-release.aab (Google Play) - APK: app-release.apk (Direct Install) - ProGuard: mapping.txt (Debug Symbols) ����������������������� **Rastreabilidade:** - Build: #362 - Commit: 131a170 - Branch: main - Date: 2026-04-11 00:28:49 ���������������������� **Release Notes:** releases/v1.0.4/RELEASE_NOTES.mdmain v1.0.4
3 changed files with 451651 additions and 8 deletions
@ -1,12 +1,85 @@ |
|||
# Kiky Notes - Android Releases |
|||
# ������������������� Kiky Notes - Android Releases |
|||
|
|||
Android release binaries (APK, AAB). |
|||
Reposit��������rio oficial de releases do aplicativo **Kiky Notes** para Android. |
|||
|
|||
## Download |
|||
## ������������������� ��������ltima Vers��������o: v1.0.4 |
|||
|
|||
See the [Releases tab](../../releases) for the latest version. |
|||
**Download Direto:** |
|||
- [������������������� app-release.apk](releases/v1.0.4/app-release.apk) - Instala����������������o direta (sideload) |
|||
- [������������������� app-release.aab](releases/v1.0.4/app-release.aab) - Google Play Bundle |
|||
|
|||
| File | Type | |
|||
|------|------| |
|||
| | Direct install (sideload) | |
|||
| | Google Play Bundle | |
|||
**Documenta����������������o:** |
|||
- [���������������������� Release Notes](releases/v1.0.4/RELEASE_NOTES.md) - O que h�������� de novo |
|||
- [������������������� ProGuard Mapping](releases/v1.0.4/mapping.txt) - Debug de crashes |
|||
|
|||
--- |
|||
|
|||
## �������������������� Hist��������rico de Vers��������es |
|||
|
|||
### [v1.0.4](releases/v1.0.4/) |
|||
|
|||
### 🐛 Bugs Corrigidos |
|||
- Fix: OOM (Out of Memory) em builds do Gradle no Jenkins |
|||
- Fix: Crash do daemon Gradle durante CI/CD |
|||
### ⚙️ Melhorias |
|||
- Otimização de uso de memória no processo de build |
|||
- Configurações ultra-conservadoras do Gradle para maior estabilidade |
|||
- Redução de workers paralelos para 1 (evita sobrecarga) |
|||
- Desabilitação de cache de build no CI/CD |
|||
### 🔒 Segurança |
|||
- Manutenção de ProGuard mapping para debug de crashes em produção |
|||
--- |
|||
--- |
|||
|
|||
--- |
|||
|
|||
## ������������������� Como Instalar |
|||
|
|||
### M��������todo 1: Google Play Store (Recomendado) |
|||
|
|||
Acesse a Play Store e busque por "Kiky Notes": |
|||
https://play.google.com/store/apps/details?id=com.desk.ocrnotes |
|||
|
|||
### M��������todo 2: Instala����������������o Direta (APK) |
|||
|
|||
1. Baixe o APK da ��������ltima vers��������o: |
|||
wget https://git.librography.org/flashlan/kiky-apps-android-releases/raw/branch/main/releases/v1.0.4/app-release.apk |
|||
|
|||
2. Instale via ADB: |
|||
adb install -r app-release.apk |
|||
|
|||
3. Ou transfira para o dispositivo e instale manualmente |
|||
(Ative "Fontes desconhecidas" nas configura����������������es) |
|||
|
|||
--- |
|||
|
|||
## ������������������� Verifica����������������o de Integridade |
|||
|
|||
Todas as releases s��������o: |
|||
- ���������������� **Assinadas digitalmente** com keystore oficial |
|||
- ���������������� **Geradas automaticamente** via Jenkins CI/CD |
|||
- ���������������� **Rastre��������veis** com commit hash e build number |
|||
- ���������������� **Verific��������veis** via ProGuard mapping |
|||
|
|||
--- |
|||
|
|||
## ������������������� Informa����������������es T��������cnicas |
|||
|
|||
- **Package Name:** com.desk.ocrnotes |
|||
- **Min SDK:** 24 (Android 7.0) |
|||
- **Target SDK:** 34 (Android 14) |
|||
- **Arquitetura:** Universal APK (arm64-v8a, armeabi-v7a, x86, x86_64) |
|||
|
|||
--- |
|||
|
|||
## ������������������� Suporte |
|||
|
|||
- **Issues:** https://github.com/kikyapps/issues |
|||
- **Email:** support@kiky.app |
|||
- **Website:** https://kiky.app |
|||
|
|||
--- |
|||
|
|||
**�������������������� Build Autom��������tico:** Jenkins CI/CD |
|||
**���������������������� ��������ltima Atualiza����������������o:** 2026-04-11 00:28:48 |
|||
**���������������������������� Build #362** | **������������������� Commit:** 131a170 |
|||
|
|||
@ -0,0 +1,33 @@ |
|||
## [1.0.4] - 2025-10-10 |
|||
|
|||
### 🐛 Bugs Corrigidos |
|||
- Fix: OOM (Out of Memory) em builds do Gradle no Jenkins |
|||
- Fix: Crash do daemon Gradle durante CI/CD |
|||
|
|||
### ⚙️ Melhorias |
|||
- Otimização de uso de memória no processo de build |
|||
- Configurações ultra-conservadoras do Gradle para maior estabilidade |
|||
- Redução de workers paralelos para 1 (evita sobrecarga) |
|||
- Desabilitação de cache de build no CI/CD |
|||
|
|||
### 🔒 Segurança |
|||
- Manutenção de ProGuard mapping para debug de crashes em produção |
|||
|
|||
--- |
|||
|
|||
|
|||
--- |
|||
|
|||
**Build Information:** |
|||
- Version: 1.0.4 |
|||
- Build Number: 362 |
|||
- Commit: 131a170 |
|||
- Date: 2026-04-11 00:28:47 |
|||
- Branch: main |
|||
|
|||
**Downloads:** |
|||
- [app-release.apk](app-release.apk) - Instalação direta Android |
|||
- [app-release.aab](app-release.aab) - Google Play Bundle |
|||
- [mapping.txt](mapping.txt) - ProGuard mapping (debug) |
|||
|
|||
**🤖 Automated Release** - Generated by Jenkins CI/CD |
|||
File diff suppressed because it is too large
Loading…
Reference in new issue