Skip to content

Commit

Permalink
Bump to version 1.11.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren authored Feb 17, 2025
1 parent 008d00d commit e3dbd0d
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -8,8 +8,8 @@ android {
applicationId "foss.cnugteren.nlweer"
minSdkVersion 21
targetSdkVersion 35
versionCode 15
versionName "1.10.3"
versionCode 16
versionName "1.11.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add an option to set dark-mode based on the system settings
- Improve compatibility with Android 15
- Update Gradle and the Android library dependencies
- Fix an issue where the logo would be cut-off in the side navigation drawer
- Add an icon and missing changelogs for F-Droid
5 changes: 5 additions & 0 deletions metadata/nl/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Dark-mode kan nu ook automatisch de systeeminstellingen volgen
- Verbeterde compatibiliteit met Android 15
- Gradle en de Android libraries zijn geupdated
- Probleem opgelost waarbij het logo in het zij-menu niet volledig zichtbaar was
- Logo en oude changelogs zijn toegevoegd voor F-Droid

0 comments on commit e3dbd0d

Please sign in to comment.