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

Add note that Studio and Gradle Client are not notarized to setup documentation #146

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Pick the most recent one that matches your operating system.
Declarative features are only available on particular nightly releases.

!!! warn
Note that on macOS, these special Android Studio releases require to be in `~/Applications`.
Note that these nightly builds are not signed/notarized and will require you to accept running them anyway.
Also note that on macOS, these special Android Studio releases require to be in `~/Applications`.

<!-- omit in toc -->
#### Enable more declarative features in Studio
Expand Down Expand Up @@ -64,6 +65,9 @@ Download the latest release from the [Gradle Client](https://github.com/gradle/g

The `DMG` file is for macOS, the `DEB` file is for Linux and the `MSI` file is for Windows.

!!! warn
Note that the _Gradle Client_ is not signed/notarized and will require you to accept running it anyway.

## Pick a sample

After you've installed everything, pick out a [samples](./samples.md) to try the Declarative Gradle features.