Skip to content

Commit

Permalink
Update to version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Feb 4, 2021
1 parent 3449618 commit c36338a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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 {
applicationId "foss.cnugteren.nlweer"
minSdkVersion 21
targetSdkVersion 29
versionCode 9
versionName "1.7.0"
versionCode 10
versionName "1.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add option to toggle app dark mode
1 change: 1 addition & 0 deletions metadata/fr-FR/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Nouvelle option pour activer le mode sombre de l'application
1 change: 1 addition & 0 deletions metadata/nl-NL/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Nieuwe optie om de donkere modus van de app in of uit te schakelen

0 comments on commit c36338a

Please sign in to comment.