Skip to content

Commit 2ec1f78

Browse files
committed
v1.14.3
1 parent d9af639 commit 2ec1f78

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.14.3
4+
* Change notification for all versions [Notification icons crash app](https://github.com/cvzi/ScreenshotTile/commit/0c42cb7d2a2a360bf077c52b1a3874aedb4ab96d)
5+
36
## 1.14.2
47
* Android 12 bugfix: [Notification icons crash app](https://github.com/cvzi/ScreenshotTile/commit/0c42cb7d2a2a360bf077c52b1a3874aedb4ab96d)
58

β€Žapp/build.gradleβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "com.github.cvzi.screenshottile"
2323
minSdkVersion 24
2424
targetSdkVersion 31
25-
versionCode 49
26-
versionName "1.14.2"
25+
versionCode 50
26+
versionName "1.14.3"
2727
}
2828
buildTypes {
2929
release {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
πŸ› Bugfix: App crashed on some Android 12 S

0 commit comments

Comments
Β (0)