Skip to content

Commit

Permalink
Set app version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Dec 29, 2023
1 parent 84cf600 commit 445375e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "net.pgaskin.windy"
minSdk 30
targetSdk 33
versionCode 6
versionName "6"
versionCode 7
versionName "7"

buildConfigField "String", "WIND_FIELD_API_HOST", "\"windy.api.pgaskin.net\""
buildConfigField "long", "WIND_FIELD_UPDATE_INTERVAL", "360" // min
Expand Down

0 comments on commit 445375e

Please sign in to comment.