chore : gradle version and some dependencies #3291
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates and additions to the project files, primarily focused on updating metadata, configuration files, and build scripts. The most important changes include updating the metadata revision and channel, modifying the
.gitignore
file for Android, and adding multiple CMake and build configuration files.Metadata updates:
example_nav2/.metadata
: Updated therevision
andchannel
fields fromstable
tomaster
.Configuration updates:
example_nav2/android/.gitignore
: Updated the keystore reference URL and added patterns to ignore keystore and JKS files.CMake and build configuration additions:
example_nav2/android/app/.cxx/Debug/wm266v4p/arm64-v8a/.cmake/api/v1/reply/codemodel-v2-06cfaed7ac4254fe9b3b.json
: Added a new CMake codemodel configuration file.example_nav2/android/app/.cxx/Debug/wm266v4p/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeCCompiler.cmake
: Added a new CMake C compiler configuration file.example_nav2/android/app/.cxx/Debug/wm266v4p/arm64-v8a/CMakeFiles/3.22.1-g37088a8/CMakeCXXCompiler.cmake
: Added a new CMake C++ compiler configuration file.