Skip to content

Commit 3f57557

Browse files
committed
v1.14.2 (49)
1 parent 285a9c1 commit 3f57557

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
3+
## 1.14.2
4+
* Android 12 bugfix: [Notification icons crash app](https://github.com/cvzi/ScreenshotTile/commit/0c42cb7d2a2a360bf077c52b1a3874aedb4ab96d)
5+
26
## 1.14.1
37
* Armenian translation by [tigrank08](https://crowdin.com/profile/tigrank08)
48
* Unnecessary empty folder Pictures was created [#94](https://github.com/cvzi/ScreenshotTile/issues/94)

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ android {
1717
}
1818
}
1919
}
20-
compileSdkVersion 30
20+
compileSdkVersion 31
2121
defaultConfig {
2222
applicationId "com.github.cvzi.screenshottile"
2323
minSdkVersion 24
24-
targetSdkVersion 30
25-
versionCode 48
26-
versionName "1.14.1"
24+
targetSdkVersion 31
25+
versionCode 49
26+
versionName "1.14.2"
2727
}
2828
buildTypes {
2929
release {
@@ -40,7 +40,7 @@ android {
4040
versionNameSuffix '.debug'
4141
}
4242
}
43-
buildToolsVersion '30.0.3'
43+
buildToolsVersion '31.0.0'
4444
productFlavors {
4545
}
4646
buildFeatures {
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)