Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Sep 27, 2020
1 parent 5509eab commit 22cc525
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.apozas.contactdiary"
minSdkVersion 14
targetSdkVersion 30
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This update brings two major improvements in usability:

- A Notes field has been added to the forms, so you can insert additional information that may think relevant.
- Now you can make a copy of an older entry in today's list with the new Make a Copy Today option.

In addition, there are a few less bugs, and there is a new link to rate the app in the Options menu.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Esta actualización trae dos grandes mejoras de uso:

- Los formularios tienen un nuevo campo, llamado Notas. Ahora, puedes insertar información adicional que pienses que puede ser relevante.
- Ahora puedes hacer una copia completa en el día de hoy de una entrada anterior con la opción Hacer una Copia Hoy.

Además, hay un par menos de errores, y un nuevo enlace para valorar la app en el menú de opciones.

0 comments on commit 22cc525

Please sign in to comment.