Skip to content

Commit e527513

Browse files
version bump
1 parent 37750c0 commit e527513

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ android {
4444
applicationId = "at.techbee.jtx"
4545
minSdk = 24
4646
targetSdk = 36
47-
versionCode = 216020006
48-
versionName = "2.16.02-beta01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
47+
versionCode = 216020007
48+
versionName = "2.16.02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
4949
buildConfigField("String", "versionCodename", "\"Be kind. \uD83C\uDF08\"")
5050
multiDexEnabled = true
5151
vectorDrawables.useSupportLibrary = true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fixed issue with instant notification when creating a new task
2+
- Updates in widget
3+
- Version updates

0 commit comments

Comments
 (0)