Skip to content

Commit

Permalink
increase app version to 0.27
Browse files Browse the repository at this point in the history
Signed-off-by: Darrel Griët <[email protected]>
  • Loading branch information
MagneFire authored and jrtberlin committed Jan 23, 2023
1 parent d6f6cc5 commit 467a9b7
Show file tree
Hide file tree
Showing 2 changed files with 6 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 = 26
versionName = "0.26"
versionCode = 27
versionName = "0.27"
}
buildTypes {
named("release") {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0.27
* Improved Android 12+ support (Thanks dv1!)
* The Bluetooth connection process has been improved.
* Translation improvements

0 comments on commit 467a9b7

Please sign in to comment.