Skip to content

Commit e85d969

Browse files
committed
fix version
1 parent fd473a9 commit e85d969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "org.woheller69.omweather"
2121
minSdk 21
2222
targetSdk 35
23-
versionCode 42
24-
versionName "4.2"
23+
versionCode 43
24+
versionName "4.3"
2525

2626
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
2727
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\""

0 commit comments

Comments
 (0)