Skip to content

Commit

Permalink
Update to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Oct 28, 2020
1 parent 3943374 commit 56e73d2
Show file tree
Hide file tree
Showing 4 changed files with 17 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 6
versionName "1.4.1"
versionCode 7
versionName "1.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Location marker can now be customized (shape and colour)
- All Android library dependencies are updated to the latest versions
- Fix some network/gps location issues
- The display language is now configurable in the settings menu
- The app has now also been translated into French
5 changes: 5 additions & 0 deletions metadata/fr-FR/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Le balise d'emplacement peut maintenant être personnalisé (forme et couleur)
- Toutes les dépendances des bibliothèques Android sont mises à jour
- Correction de certains problèmes de localisation
- La langue est configurable dans le menu des paramètres
- NLWeer est maintenant disponible en français
5 changes: 5 additions & 0 deletions metadata/nl-NL/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- De locatie marker kan nu aangepast worden (vorm en kleur)
- Alle Android library dependencies zijn geupdated naar de laatste versie
- Fix voor een paar netwerk/GPS locatie problemen
- De taal kan nu aangepast worden in het instellingen menu
- De app is nu ook in het Frans vertaald

0 comments on commit 56e73d2

Please sign in to comment.