diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 0a78a48e..0159daeb 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) colorator (1.1.0) concurrent-ruby (1.2.2) em-websocket (0.5.3) @@ -11,12 +11,12 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (3.25.5-arm64-darwin) - google-protobuf (3.25.5-x86_64-linux) + google-protobuf (3.23.4-arm64-darwin) + google-protobuf (3.23.4-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.3.3) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -62,19 +62,19 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.3.9) - rouge (4.2.0) + rouge (3.30.0) safe_yaml (1.0.5) - sass-embedded (1.69.6-arm64-darwin) - google-protobuf (~> 3.25) - sass-embedded (1.69.6-x86_64-linux-gnu) - google-protobuf (~> 3.25) + sass-embedded (1.58.3) + google-protobuf (~> 3.21) + rake (>= 10.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) - webrick (1.8.2) + webrick (1.9.1) PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/docs/_includes/nav_footer_custom.html b/docs/_includes/nav_footer_custom.html index 403cf031..fe0ad5b3 100644 --- a/docs/_includes/nav_footer_custom.html +++ b/docs/_includes/nav_footer_custom.html @@ -8,13 +8,17 @@ diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 00000000..09d81e3f Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.markdown b/docs/index.markdown index b900e6a0..1fceb906 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -15,12 +15,13 @@ The library is a simple connection with the OS APIs, the BLE stack should be sta ## Requirements -RN 0.60+ +RN 0.76+ only the new architecture is supported -RN 0.40-0.59 supported until 6.7.X -RN 0.30-0.39 supported until 2.4.3 +RN 0.60-0.75 supported until 11.5.X +RN 0.40-0.59 supported until 6.7.X +RN 0.30-0.39 supported until 2.4.3 ## Supported Platforms -- iOS 10+ -- Android (API 19+) \ No newline at end of file +- iOS 15.1+ +- Android (API 23+) \ No newline at end of file