Skip to content

Commit 049bd1a

Browse files
committed
3.2.1
1 parent 996da4f commit 049bd1a

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.idea/deploymentTargetDropDown.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
targetSdkVersion COMPILE_SDK_VERSION
2525
buildConfigField "int", "MIN_SDK_VERSION", "$minSdkVersion.apiLevel"
2626

27-
versionCode 25
28-
versionName '3.2.0'
27+
versionCode 26
28+
versionName '3.2.1'
2929

3030
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3131
testInstrumentationRunnerArguments runnerBuilder: 'de.mannodermaus.junit5.AndroidJUnit5Builder'

app/src/main/java/com/autocrop/screencapturelistening/services/ScreenshotListener.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class ScreenshotListener :
110110
NotificationCompat.BigTextStyle()
111111
.bigText("You will receive a notification when AutoCrop detects a new croppable screenshot")
112112
)
113-
.setSilent(true)
114113
.addAction(
115114
NotificationCompat.Action(
116115
R.drawable.ic_cancel_24,

0 commit comments

Comments
 (0)