Skip to content

Commit

Permalink
increase app version to 0.26
Browse files Browse the repository at this point in the history
Signed-off-by: Darrel Griët <dgriet@gmail.com>
  • Loading branch information
MagneFire authored and jrtberlin committed Jan 5, 2023
1 parent b8293d5 commit 5569e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "org.asteroidos.sync"
minSdk = 24
targetSdk = 33
versionCode = 25
versionName = "0.25"
versionCode = 26
versionName = "0.26"
}
buildTypes {
named("release") {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.26
* Fixes an issue where the weather information could not be synced.

0 comments on commit 5569e30

Please sign in to comment.