Skip to content

Commit 467a9b7

Browse files
MagneFirejrtberlin
authored andcommitted
increase app version to 0.27
Signed-off-by: Darrel Griët <dgriet@gmail.com>
1 parent d6f6cc5 commit 467a9b7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId = "org.asteroidos.sync"
1111
minSdk = 24
1212
targetSdk = 33
13-
versionCode = 26
14-
versionName = "0.26"
13+
versionCode = 27
14+
versionName = "0.27"
1515
}
1616
buildTypes {
1717
named("release") {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0.27
2+
* Improved Android 12+ support (Thanks dv1!)
3+
* The Bluetooth connection process has been improved.
4+
* Translation improvements

0 commit comments

Comments
 (0)