diff options
author | Clocks <38189170+Doomsdayrs@users.noreply.github.com> | 2024-10-09 01:25:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 05:25:22 +0000 |
commit | 7df18aecfe18c6e30adae5632035bb687a537388 (patch) | |
tree | 5ea39d7ac50314681104630e1298a425038837d7 /README.md | |
parent | ff6523c37e132605c0945bdc49f15b75b0566d2e (diff) | |
download | servo-7df18aecfe18c6e30adae5632035bb687a537388.tar.gz servo-7df18aecfe18c6e30adae5632035bb687a537388.zip |
Upgrade Android Gradle (#33681)
* Upgrade to Gradle 8.9
Gradle 8.0 is no longer supported by Android Studio.
Signed-off-by: clocks <doomsdayrs@gmail.com>
* Upgrade to AGP to 8.7
Signed-off-by: clocks <doomsdayrs@gmail.com>
* Update to Android Build Tools 34.0.0
Signed-off-by: clocks <doomsdayrs@gmail.com>
---------
Signed-off-by: clocks <doomsdayrs@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 108722651fc..a9a036b23ca 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For more detailed build instructions, see the Servo book under [Setting up your - Run the following command to install the necessary components: ```shell sudo $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install - "build-tools;33.0.2" \ + "build-tools;34.0.00 \ "emulator" \ "ndk;26.2.11394342" \ "platform-tools" \ |