Skip to content

Commit

Permalink
Bump version and release notes for v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAmco committed Jul 17, 2022
1 parent 704f3b0 commit 01f4ca0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
applicationId "com.samco.trackandgraph"
minSdkVersion 21
targetSdkVersion 31
versionCode 200200
versionName "2.2.0"
versionCode 200201
versionName "2.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

vectorDrawables {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@
<string name="create">Erstellen</string>
<string name="use_default_value">Einen Standardwert festlegen</string>
<string name="default_value_description_hint">(Ihr Standardwert wird automatisch verwendet, wenn Sie einen Datenpunkt hinzufügen, aber Sie können jederzeit zurückgehen und ihn ändern).</string>
<string name="check_all_relevant_values">Überprüfe alle relevanten Werte: </string>
<string name="backup_and_restore">Sichern und Wiederherstellen</string>
<string name="backup_hint_text">Die Sicherung sichert alle Ihre Anwendungsdaten einschließlich aller verfolgten Daten, Grafiken und Erinnerungen. Sie sollten Ihre Daten regelmäßig auf ein externes Gerät oder einen Cloud Speicher sichern, für den Fall, dass Ihr Gerät verloren geht oder kaputt geht.</string>
<string name="restore_hint_text">WARNUNG: Das Wiederherstellen aus einer Sicherung löscht alle Daten und Einstellungen, die sich derzeit in der App befinden. Track &amp; Graph wird nach Abschluss der Wiederherstellung neu gestartet.</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@
<string name="create">Crear</string>
<string name="use_default_value" >Establece un valor por defecto</string>
<string name="default_value_description_hint">(Su valor predeterminado se utilizará automáticamente cuando añada un punto de datos, pero siempre puede volver atrás y cambiarlo.)</string>
<string name="check_all_relevant_values">Comprueba todos los valores relevantes: </string>
<string name="backup_and_restore">Respaldo y restauración</string>
<string name="backup_hint_text">La copia de seguridad guarda todos los datos de tu app, incluyendo todos los datos trazados, los gráficos y los recordatorios. Deberías hacer una copia de seguridad de tus datos en un dispositivo externo o en un almacenamiento en la nube con regularidad en caso de que tu dispositivo se pierda o se rompa.</string>
<string name="restore_hint_text">ADVERTENCIA: La restauración desde una copia de seguridad borrará todos los datos y la configuración actual de la aplicación. Track &amp; Graph se reiniciará una vez completada la restauración.</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
<string name="create">Créer</string>
<string name="use_default_value">Définir une valeur par défaut</string>
<string name="default_value_description_hint">(Votre valeur par défaut sera utilisée automatiquement lorsque vous ajouterez un point de données, mais vous pourrez toujours revenir en arrière et la modifier.)</string>
<string name="check_all_relevant_values">Vérifier toutes les valeurs pertinentes : </string>
<string name="backup_and_restore">Sauvegarde et restauration</string>
<string name="backup_hint_text">La sauvegarde permet d\'enregistrer toutes les données de votre appli, y compris toutes les données suivies, les graphiques et les rappels. Vous devriez sauvegarder régulièrement vos données sur un périphérique externe ou un stockage dans le cloud au cas où votre appareil serait perdu ou cassé.</string>
<string name="restore_hint_text">ATTENTION : La restauration à partir d\'une sauvegarde effacera toutes les données et la configuration actuellement dans l\'app. Track &amp; Graph redémarrera une fois la restauration terminée.</string>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/200201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bug update data point removes data point
8 changes: 6 additions & 2 deletions release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@

also make sure you update any other fastlane resources you want proliferated e.g. screenshots or app description.

4. Use fastlane to upload the new aab to the play store e.g.
4. Use fastlane to upload the new aab to the play store e.g. for alpha:

# bundle exec fastlane supply --aab app/release/app-release.aab --track alpha

for beta:

# bundle exec fastlane supply --aab app/release/app-release.aab --track beta

or for release
or for release:

# bundle exec fastlane supply --aab app/release/app-release.aab

Expand Down

0 comments on commit 01f4ca0

Please sign in to comment.