Skip to content

Commit

Permalink
prepare release 4.0.4 (404) 2022-07-04
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jul 4, 2022
1 parent 935f6da commit 74d186c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ android {

defaultConfig {
minSdkVersion 16
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29

applicationId 'de.k3b.android.intentintercept'
Expand All @@ -17,8 +18,9 @@ android {
// 4.0.1 (401) 2021-08-08. added android.media.action.VIDEO_CAPTURE IMAGE_CAPTURE IMAGE_CAPTURE_SECURE
// 4.0.2 (402) 2022-01-01. added capturing VIEW "zxing:...." uri-s
// 4.0.3 (403) 2022-04-25. added OPENABLE category (by the-blank-x)
versionCode 403
versionName "4.0.3"
// 4.0.4 (404) 2022-07-04. added Support for some native filemanagers (by SlipkHunter)
versionCode 404
versionName "4.0.4"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/404.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--- todo ---
Added Support for some native filemanagers (i.e. Samsung)
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/405.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--- todo ---

0 comments on commit 74d186c

Please sign in to comment.