Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump uploadservice from 3.5.2 to 4.6.0 #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps uploadservice from 3.5.2 to 4.6.0.

Release notes

Sourced from uploadservice's releases.

4.6.0

Library

  • Stopped using jcenter
  • Stopped using deprecated Kotlin Android Extensions in favor of new Kotlin parcelize
  • Updated Kotlin to 1.4.32
  • Updated AndroidX lifecycle to 2.3.1
  • Updated AppCompat to 1.3.0

Demo Apps

  • Stopped using jcenter
  • Demo app is now 100% Kotlin
  • Updated RecyclerAdapter to 2.10.1
  • Updated Kotlin to 1.4.32
  • Dropped unused custom file picker library
  • Dropped ButterKnife
  • Dropped Kotlin Android Extensions

4.5.5

Enhanced startUpload() runtime checks to prevent multiple calls on the same instance and starting multiple uploads with the same ID before the launch of the service. In both cases an IllegalStateException will be thrown with self explanatory descriptions.

4.5.4

removed WRITE_EXTERNAL_STORAGE permission declared in the library to comply with Google's March 2021 Policy Update: https://support.google.com/googleplay/android-developer/answer/9934569?visit_id=637551604206515493-2373610866&rd=1

4.5.3

  • Better strategy to avoid #549
  • Implemented Maven Central publishing and dropped Bintray

4.5.2

Fix crash when service lifecycle is slow on some devices: gotev/android-upload-service@e5b9032

4.5.1

Fixes wrong multipart content type regression in 4.5.0 (#539)

4.5.0

Changelog

  • implemented persistent upload requests #538
  • added support for unit and instrumentation tests with GitHub Actions

4.4.2

FTP Module

4.4.1

Updated third party dependencies:

4.4.0

No release notes provided.

... (truncated)

Commits
  • dc6fce5 build: bump to 4.6.0
  • 65ef15f feat: removed ButterKnife and Gradle Versions Plugin from demo app
  • 15e457f feat: updated SimpleMultipartUpload to Kotlin 1.4.32. Stopped using jcenter. ...
  • c37d9bd feat: demo app is now also 100% Kotlin
  • 181b7d6 feat: stopped using jcenter. Bumped Kotlin to 1.4.32. Stopped using deprecate...
  • c8e1fda Update README.md
  • 43128a7 Update docs.md
  • cc759eb Update bug_report.md
  • 0ab220e Update help.md
  • 12e7c41 Update help.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants