Skip to content

Commit

Permalink
V6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Dec 3, 2023
1 parent 605904c commit 7cc4112
Show file tree
Hide file tree
Showing 5 changed files with 6 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 @@ -9,8 +9,8 @@ android {
applicationId "org.woheller69.weather"
minSdkVersion 21
targetSdkVersion 33
versionCode 62
versionName "6.2"
versionCode 63
versionName "6.3"

buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\""
buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Neues Widget mit Uhr
Fehlerbehebung
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
New widget with clock
Bugfixes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cc4112

Please sign in to comment.