Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Dec 7, 2020
2 parents 61a26f2 + 3aadb8d commit c4c47a6
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -14,8 +14,8 @@ android {
applicationId "dev.leonlatsch.photok"
minSdkVersion 24
targetSdkVersion 30
versionCode 5
versionName "1.1.0"
versionCode 6
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<string name="settings_title">Einstellungen</string>
<string name="settings_category_app">App</string>
<string name="settings_app_design_title">Erscheinungsbild</string>
<string name="settings_app_design_system_default">System Stamdart</string>
<string name="settings_app_design_system_default">System Standart</string>
<string name="settings_app_design_system_light">Hell</string>
<string name="settings_app_design_system_dark">Dunkel</string>
<string name="settings_reset_title">Safe zurücksetzen</string>
Expand Down

0 comments on commit c4c47a6

Please sign in to comment.