We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61016b4 commit 6f820d6Copy full SHA for 6f820d6
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "org.woheller69.omweather"
19
minSdk 21
20
targetSdk 34
21
- versionCode 38
22
- versionName "3.8"
+ versionCode 39
+ versionName "3.9"
23
24
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
25
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
fastlane/metadata/android/en-US/changelogs/39.txt
@@ -0,0 +1 @@
1
+Backup / restore locations
0 commit comments