Skip to content

Commit

Permalink
update V3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Sep 16, 2024
1 parent 479f43e commit 3d6e468
Show file tree
Hide file tree
Showing 2 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 @@ -8,8 +8,8 @@ android {
applicationId "org.woheller69.omweather"
minSdkVersion 21
targetSdkVersion 34
versionCode 29
versionName "2.9"
versionCode 30
versionName "3.0"

buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
New setting for widget transparency
m/s and kn as additional wind speed units
Slovak translation
Bugfix

0 comments on commit 3d6e468

Please sign in to comment.