Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps nttld/setup-ndk from 1.2.0 to 1.3.1.

Release notes

Sourced from nttld/setup-ndk's releases.

setup-ndk 1.3.1

  • Fix full version for betas

setup-ndk 1.3.0

  • New link-to-ndk option to link the installed NDK to the Android SDK
  • New ndk-full-version output
  • Target ES2021 instead of ES5 since the action runs on Node 16
  • Dependencies update
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/nttld/setup-ndk/releases)
- [Commits](nttld/setup-ndk@8c3b609...dbacc58)

---
updated-dependencies:
- dependency-name: nttld/setup-ndk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the autosubmit label Sep 1, 2023
@github-actions github-actions bot added the type-infra A repository infrastructure change or enhancement label Sep 1, 2023
@auto-submit auto-submit bot merged commit 8dfb0d2 into main Sep 1, 2023
@auto-submit auto-submit bot deleted the dependabot/github_actions/nttld/setup-ndk-1.3.1 branch September 1, 2023 06:11
HosseinYousefi added a commit that referenced this pull request Nov 16, 2023
Added support for Java arrays. Closed #69.

* `jni`: Added `JniArray<T>` and `JniType<T>` that includes signature information about Java types.

* `jnigen` generates an extension for `JniArray<GeneratedClass>` so we can use `operator []` and `operator []=` on all arrays. `jni` types also have this extension.

* Arrays also have a `setRange` method similar to `List`s.

* `jnigen` generates a private type class that extends `JniType<GeneratedClass>` accessible through `.type` static getter. This is useful for creating arrays since they require a type parameter like `JniArray(JniString.type, 5)` which creates an array of `JniString` with a length of 5.
HosseinYousefi added a commit that referenced this pull request Nov 16, 2023
Added support for Java arrays. Closed #69.

* `jni`: Added `JniArray<T>` and `JniType<T>` that includes signature information about Java types.

* `jnigen` generates an extension for `JniArray<GeneratedClass>` so we can use `operator []` and `operator []=` on all arrays. `jni` types also have this extension.

* Arrays also have a `setRange` method similar to `List`s.

* `jnigen` generates a private type class that extends `JniType<GeneratedClass>` accessible through `.type` static getter. This is useful for creating arrays since they require a type parameter like `JniArray(JniString.type, 5)` which creates an array of `JniString` with a length of 5.
HosseinYousefi pushed a commit that referenced this pull request Nov 16, 2023
Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.2.0 to 1.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nttld/setup-ndk/releases">nttld/setup-ndk's releases</a>.</em></p>
<blockquote>
<h2>setup-ndk 1.3.1</h2>
<ul>
<li>Fix full version for betas</li>
</ul>
<h2>setup-ndk 1.3.0</h2>
<ul>
<li>New <code>link-to-ndk</code> option to link the installed NDK to the Android SDK</li>
<li>New <code>ndk-full-version</code> output</li>
<li>Target ES2021 instead of ES5 since the action runs on Node 16</li>
<li>Dependencies update</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nttld/setup-ndk/commit/dbacc5871a0fac6eef9a09d2ca86bc8bf79432c3"><code>dbacc58</code></a> 1.3.1</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/3c76fb6e0ccc5e0bd4e953eeb9ab89f1228b9597"><code>3c76fb6</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/499">#499</a> from nttld/beta-full-version</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/2f5e5bb0e84db66d0338ee195b70f617d5c90e9a"><code>2f5e5bb</code></a> fix getFullVersion for betas</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/a68b0294b912b4137a069d4ef2a65f552253201c"><code>a68b029</code></a> 1.3.0</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/a6aae876873fee78ddf9771f0bb1366fb69fb919"><code>a6aae87</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/497">#497</a> from nttld/android-sdk</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/1fa2a05fc585398441bcb9f03a337f13c30e214f"><code>1fa2a05</code></a> in -&gt; for</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/51c4d70731819095d12dda2f7ed2c263537cff3e"><code>51c4d70</code></a> update readme</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/054bcf0daca6469bd2a50a36d3c8c4e75e2ef41f"><code>054bcf0</code></a> gracefully handle EEXIST</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/32751369dac1fe685f481454ccb776d2000fc3d1"><code>3275136</code></a> don't set full-version if it fails to detect</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/0872f652f3fc5592e3db8361953089cf9b366b27"><code>0872f65</code></a> code cleanup</li>
<li>Additional commits viewable in <a href="https://github.com/nttld/setup-ndk/compare/8c3b609ff4d54576ea420551943fd34b4d03b0dc...dbacc5871a0fac6eef9a09d2ca86bc8bf79432c3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nttld/setup-ndk&package-manager=github_actions&previous-version=1.2.0&new-version=1.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant