Skip to content

Commit

Permalink
prepare for release 2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Nov 20, 2023
1 parent 404781d commit 915754f
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.9.6
* Target Android 14
* Support HDR image on Android 14
* More choices for network cache setting

## Version 2.9.5
* Fixed preview image loading
* Fixed Snapseed integration
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdk 25
targetSdk 34
versionCode 94
versionName '2.9.5'
versionCode 95
versionName '2.9.6'
multiDexEnabled true

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Ziel Android 14
* Unterstützung von HDR-Bildern unter Android 14
* Mehr Auswahlmöglichkeiten für Netzwerk-Cache-Einstellungen
* Verschiedene Verbesserungen und Fehlerkorrekturen
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Target Android 14
* Support HDR image on Android 14
* More choices for network cache setting
* Various improvements and bugs fixes
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Objetivo Android 14
* Soporta imagen HDR en Android 14
* Más opciones para la configuración de caché de red
* Varias mejoras y correcciones de errores
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Cible Android 14
* Prise en charge de l'image HDR sur Android 14
* Plus de choix pour le réglage du cache réseau
* Diverses améliorations et corrections de bugs
4 changes: 4 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Obiettivo Android 14
* Supporto immagine HDR su Android 14
* Più scelte per l'impostazione della cache di rete
* Vari miglioramenti e correzioni di bug
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ja-JP/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* アンドロイド14対応
* HDR 画像の Android 14 対応
* ネットワークキャッシュ設定のオプションを追加
* 様々な改善とバグ修正
4 changes: 4 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Direcionado ao Android 14
* Suporte a imagens HDR no Android 14
* Mais opções para configuração do cache de rede
* Vários aprimoramentos e correções de bugs
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 兼容安卓14
* 支持安卓14的HDR图像
* 为网络缓存设置提供更多选择
* 各种改进和错误修复
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-HK/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 兼容Android 14
* 支持Android 14 HDR圖像
* 為網絡緩存設置提供更多選擇
* 各種改進和錯誤修復
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 相容Android 14
* 支援Android 14的HDR影象
* 為網路快取設定提供更多選擇
* 各種改進和錯誤修復

0 comments on commit 915754f

Please sign in to comment.