We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2369e4 commit a4436beCopy full SHA for a4436be
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "org.woheller69.omweather"
9
minSdk 21
10
targetSdk 34
11
- versionCode 36
12
- versionName "3.6"
+ versionCode 37
+ versionName "3.7"
13
14
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
15
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
fastlane/metadata/android/en-US/changelogs/37.txt
@@ -0,0 +1 @@
1
+Code improvements
0 commit comments