Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
thuryn committed Dec 27, 2024
1 parent 2788aef commit 97cd3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
6.0.5
Fix leap year calculation, translations

6.0.4
Fix translations, added logging

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "org.thosp.yourlocalweather"
minSdkVersion 21
targetSdkVersion 35
versionCode 177
versionName "6.0.4"
versionCode 178
versionName "6.0.5"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
playAccountConfig = playAccountConfigs.defaultAccountConfig
Expand Down

0 comments on commit 97cd3bc

Please sign in to comment.