Skip to content

Commit

Permalink
V3.6
Browse files Browse the repository at this point in the history
woheller69 committed Dec 8, 2024
1 parent 3df6119 commit d7bee33
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
@@ -8,8 +8,8 @@ android {
applicationId "org.woheller69.omweather"
minSdk 21
targetSdk 34
versionCode 35
versionName "3.5"
versionCode 36
versionName "3.6"

buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Code improvements
Minor bugfixes

0 comments on commit d7bee33

Please sign in to comment.