Skip to content

Commit f0e2027

Browse files
version bump, added release notes
1 parent 5a0a177 commit f0e2027

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
@@ -41,8 +41,8 @@ android {
4141
applicationId = "at.techbee.jtx"
4242
minSdk = 23
4343
targetSdk = 36
44-
versionCode = 214000002
45-
versionName = "2.14.00-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
44+
versionCode = 214000003
45+
versionName = "2.14.00" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
4646
buildConfigField("String", "versionCodename", "\"If you can't love yourself, how in the hell are you gonna love sombody else? \uD83C\uDF08\"")
4747
multiDexEnabled = true
4848
vectorDrawables.useSupportLibrary = true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- New option to filter by days before and after today
2+
- Improved drag & drop handling
3+
- Android target is now Android 16
4+
- Version updates

0 commit comments

Comments
 (0)