Skip to content

Commit

Permalink
fixed crash one opening the preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Dec 13, 2021
1 parent 121e3c7 commit 29b5d03
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 26
targetSdkVersion 32
// SemVer
versionName = '1.10.1'
versionCode = 11001
versionName = '1.10.2'
versionCode = 11002
archivesBaseName = "$applicationId-v$versionCode"
}

Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<resources>
<string name="title_changelog" translatable="false">Changelog</string>

<string name="changelog" translatable="false"><b>1.10.1</b>
<string name="changelog" translatable="false"><b>1.10.2</b>
\n⸻
\n<li>Fixed a crash when opening the preferences.</li>
\n
\n<b>1.10.1</b>
\n⸻
\n<li>Fixed a crash on Android 8.0.</li>
\n<li>Updated translations.</li>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/11002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Absturz beim Öffnen der Einstellungen behoben.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/11002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed a crash when opening the preferences.
1 change: 1 addition & 0 deletions fastlane/metadata/android/es/changelogs/11002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Se corrigió un bloqueo al abrir las preferencias.
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr/changelogs/11002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Correction d'un crash lors de l'ouverture des préférences.
1 change: 1 addition & 0 deletions fastlane/metadata/android/it/changelogs/11002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Risolto un crash durante l'apertura delle preferenze.

0 comments on commit 29b5d03

Please sign in to comment.