Skip to content

Commit

Permalink
Add notes that Studio and Gradle Client are not notarized (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos authored Nov 22, 2024
1 parent c662615 commit 22cd432
Showing 1 changed file with 5 additions and 1 deletion.
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.

0 comments on commit 22cd432

Please sign in to comment.