We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd473a9 commit e85d969Copy full SHA for e85d969
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
applicationId "org.woheller69.omweather"
21
minSdk 21
22
targetSdk 35
23
- versionCode 42
24
- versionName "4.2"
+ versionCode 43
+ versionName "4.3"
25
26
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
27
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""
0 commit comments