Skip to content

Commit

Permalink
Weather v0.5
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Mar 3, 2024
1 parent c0e140a commit fcfa72a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "in.sunilpaulmathew.weatherwidget"
minSdk 24
targetSdk 34
versionCode 4
versionName "v0.4"
versionCode 5
versionName "v0.5"
testFunctionalTest = false
testHandleProfiling = false
}
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/4.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Implemented new details view for hourly and daily forecast.
* Updated build tools.
* Miscellaneous changes.

0 comments on commit fcfa72a

Please sign in to comment.