Skip to content

Commit

Permalink
V2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jul 17, 2024
1 parent 5506750 commit 7cfd2ec
Show file tree
Hide file tree
Showing 2 changed files with 4 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 "org.woheller69.omweather"
minSdkVersion 21
targetSdkVersion 34
versionCode 26
versionName "2.6"
versionCode 27
versionName "2.7"

buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Animation of infrared layer
Support for Catalan language

0 comments on commit 7cfd2ec

Please sign in to comment.