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

fix(deps): update gradle to v7 #287

Merged
merged 12 commits into from
Nov 7, 2022
Merged

fix(deps): update gradle to v7 #287

merged 12 commits into from
Nov 7, 2022

Conversation

tony19
Copy link
Owner

@tony19 tony19 commented Nov 7, 2022

Description

Changes:

  • Update gradle to v7
  • Update android build tools to 7.3.1
  • Fix a few unit tests; Ignore one test that no longer passes but minor (711fb59)
  • Remove deprecated annotation processor
  • Remove bintray scripts

tony19 added 12 commits November 6, 2022 16:28
deploy.gradle needs to use the new Maven Publish plugin
https://docs.gradle.org/current/userguide/publishing_maven.html

docs.gradle is also using deprecated APIs
The file is created in the external files dir in Robolectric
because the filename is relative (FileAppender prepends the
files dir path to relative paths).

The unit test removes the write permission for a different local
file, so the test fails to catch the expected exception.
It passes when run directly from Android Studio, but fails on
the command line. For some reason, when ResilientFileOutputStream
tries to open the readonly file for writing, no exception is thrown.
However, subsequent attempts to write to the file correctly fail
with an error.
@tony19 tony19 merged commit 02bdc6a into main Nov 7, 2022
@tony19 tony19 deleted the gradle-update branch November 7, 2022 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant