File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 1+ 🐛 Bugfix: App crashed on some Android 12 S
You can’t perform that action at this time.
0 commit comments