Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Sep 14, 2020
1 parent 21a5a4e commit b31472e
Show file tree
Hide file tree
Showing 3 changed files with 12 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 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This version makes the first contact with the app a bit smoother, and fixes a few visuals.

- Added initial guidelines
- Input in Name fields capitalize every first letter
- Version info added in Options
5 changes: 5 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Esta versión hace que el primer contacto con la app sea más sencillo y arregla un par de visuales.

- Instrucciones iniciales añadidas
- La entrada en campos de Nombre tienen los inicios de todas las palabras en mayúscula
- Añadida la información de la versión en Opciones

0 comments on commit b31472e

Please sign in to comment.