Skip to content

Commit

Permalink
increase version to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtberlin authored and MagneFire committed Oct 8, 2022
1 parent f78454f commit 14db363
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 = 23
versionName = "0.23"
versionCode = 24
versionName = "0.24"
}
buildTypes {
named("release") {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.23
* Fixes an issue where watches could not be discovered on older Android versions.

0 comments on commit 14db363

Please sign in to comment.