Skip to content

Commit

Permalink
V 2.14
Browse files Browse the repository at this point in the history
- New: Backup/restore screen
- Removed support for Android 4.3 and below
- Updated internal versions
  • Loading branch information
TrianguloY committed Mar 3, 2024
1 parent 52842af commit c14a1f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
compileSdk 33
minSdkVersion 19
targetSdkVersion 33
versionCode 29
versionName "2.13.1"
versionCode 30
versionName "2.14"


// generate buildconfig field with all locales
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
V 2.14
- New: Backup/restore screen
- Removed support for Android 4.3 and below
- Updated internal versions

V 2.13.1
- New: Custom logic to hide rejected urls. Hide referrer is now disabled by default.
- Fix: Third try to the 'open/share does nothing' bug.
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/play/release-notes/es-ES/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
V 2.14
- Nuevo: Copia de seguridad y restauración
- Quitado soporte a Android 4.3 e inferior
- Actualizadas versiones internas

V 2.13.1
- Nuevo: Lógica especial para ocultar enlaces rechazados. Ocultar origen se ha deshabilitado por defecto.
- Arreglo: Tercer intento para arreglar el problema 'abrir/compartir no hace nada'.
Expand Down

0 comments on commit c14a1f1

Please sign in to comment.