Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-30 19:17:35 +0300
committerGitHub <noreply@github.com>2021-12-30 19:17:35 +0300
commit3ff255f7b0b4c0700f088f8cc5a1a0086c03f356 (patch)
tree5401bd5e5c1f8a2ef67ae2f6125a1027493e8032
parent27d727592bd1fd7ac5d937b9a6c0ba4904c02236 (diff)
Bump net.rdrei.android.dirchooser:library from 3.0 to 3.2dependabot/gradle/net.rdrei.android.dirchooser-library-3.2
Bumps [net.rdrei.android.dirchooser:library](https://github.com/passy/Android-DirectoryChooser) from 3.0 to 3.2. - [Release notes](https://github.com/passy/Android-DirectoryChooser/releases) - [Changelog](https://github.com/passy/Android-DirectoryChooser/blob/master/CHANGELOG.md) - [Commits](https://github.com/passy/Android-DirectoryChooser/compare/v3.0...v3.2) --- updated-dependencies: - dependency-name: net.rdrei.android.dirchooser:library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--News-Android-App/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index f8795d61..e8480565 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -170,7 +170,7 @@ dependencies {
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
implementation 'org.jsoup:jsoup:1.13.1'
- implementation ('net.rdrei.android.dirchooser:library:3.0@aar') {
+ implementation ('net.rdrei.android.dirchooser:library:3.2@aar') {
exclude group: 'com.google.auto.value', module: 'auto-value'
transitive = true
}
@@ -240,7 +240,7 @@ dependencies {
androidTestImplementation "androidx.test.espresso.idling:idling-concurrent:$ESPRESSO_VERSION"
// https://developer.android.com/training/testing/junit-runner.html#using-android-test-orchestrator
- androidTestUtil 'androidx.test:orchestrator:1.3.0'
+ androidTestUtil 'androidx.test:orchestrator:1.4.1'
// The following Espresso dependency can be either "implementation"
// or "androidTestImplementation", depending on whether you want the