Skip to content

Commit

Permalink
Update fastlane for V4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jan 24, 2022
1 parent c07f9ba commit f7138d7
Show file tree
Hide file tree
Showing 3 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 @@ -14,8 +14,8 @@ android {
minSdkVersion 21
// do not increase targetSdkVersion beyond 29, this will make permission requests for GPS much more complex
targetSdkVersion 29
versionCode 46
versionName "4.6"
versionCode 47
versionName "4.7"

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/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Widgetlayout leicht geändert
Fehlermeldung wenn kein API Key gesetzt
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Slight modification of widget layout
Show error message if no API key set

0 comments on commit f7138d7

Please sign in to comment.