Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Oct 18, 2020
1 parent 0ea16fd commit bb0bf96
Show file tree
Hide file tree
Showing 3 changed files with 16 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 6
versionName "1.0.5"
versionCode 7
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
THIS UPDATE WILL ERASE THE INFORMATION IN THE CHOICE QUESTIONS. SAVE THIS INFORMATION BEFORE UPDATING.

First bugs hunted! This version fixes two problems found:

- One of the bugs made the choice questions not being properly saved. Thanks to the hunters diesendungmitdermaus, mziehm, igor-cali and hoschi-it.

- Now, the time choosers have the same format as the default device's locale.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ESTA ACTUALIZACIÓN BORRARÁ LA INFORMACIÓN DE LAS PREGUNTAS DE ELECCIÓN. GUARDA ESTA INFORMACIÓN ANTES DE ACTUALIZAR.

Primeros bugs cazados! Esta versión arregla dos problemas encontrados:

- Un error que hacía que las preguntas de elección no fueran salvadas correctamente. Gracias a los cazadores diesendungmitdermaus, mziehm, igor-cali y hoschi-it.

- Ahora, los selectores de tiempo coinciden con el formato del dispositivo.

0 comments on commit bb0bf96

Please sign in to comment.