Skip to content

Commit a4436be

Browse files
committed
V3.7
1 parent e2369e4 commit a4436be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.woheller69.omweather"
99
minSdk 21
1010
targetSdk 34
11-
versionCode 36
12-
versionName "3.6"
11+
versionCode 37
12+
versionName "3.7"
1313

1414
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
1515
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Code improvements

0 commit comments

Comments
 (0)