Skip to content

Commit

Permalink
release Version 4.0.5 (405)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Apr 6, 2023
1 parent 51b08ed commit 23ce4bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 9 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ android {
// 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)
// 4.0.4 (404) 2022-07-04. added Support for some native filemanagers (by SlipkHunter)
versionCode 404
versionName "4.0.4"
// 4.0.5 (405) 2023-04-06. added url-decoded; added Support for SAF (OPEN_DOCUMENT, CREATE_DOCUMENT, OPEN_DOCUMENT_TREE); Gradle7.5
versionCode 405
versionName '4.0.5'
}
buildTypes {
release {
Expand All @@ -35,10 +36,16 @@ android {
lintOptions {
abortOnError false
}
dependenciesInfo {
includeInApk true
includeInBundle false
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

// Note: Updating these to latest versions also require java-1.8 and compileSdkVersion 33
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'
}
5 changes: 4 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/405.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
--- todo ---
url-encoded values will also be displayd as decoded text
added Storage Access Framework OPEN_DOCUMENT, CREATE_DOCUMENT, OPEN_DOCUMENT_TREE
added APPLICATION_PREFERENCES, android.service.quicksettings.action.QS_TILE
updated build to Gradle7.5
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/406.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--- todo ---

0 comments on commit 23ce4bd

Please sign in to comment.