Skip to content

v1.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 15:11
· 63 commits to master since this release

1.7.4 (2022-09-06)

Bug Fixes

  • Fix to maven_format_core.py for Java > 1.8. (1e16e72)
  • In bledriver/Scanner.java, we don't need to check the build version. (Already done by the Manifest.) (1d2941e)
  • In values/strings.xml, Lint says that "app_name" is unused, but it is. So ignore the warning. (9537f9d)
  • Indentation warnings from EditorConfig lint. (19dab7a)
  • lint.yml: After installing sdkmanager, install Java 11. (04571c7)
  • Make static method StringUtil.format to avoid lint warnings for Locale with "%d". (90c084d)
  • Move Bluetooth permissions from android/app to android/bridge. (f80d43e)
  • node_test.go: Simplify tests. (Go lint) (3ce9353)
  • node.go: Remove unused imports and dead code, catch err in deferred func (Go lint) (4342217)
  • release.yml: Add starting space in comment (Yaml lint) (113c9e2)
  • Spacing warnings from Swift lint (02edf1d)
  • Wrap long lines (or ignore warning), fix indents (Yaml lint) (640c556)