aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClocks <38189170+Doomsdayrs@users.noreply.github.com>2024-10-09 01:25:22 -0400
committerGitHub <noreply@github.com>2024-10-09 05:25:22 +0000
commit7df18aecfe18c6e30adae5632035bb687a537388 (patch)
tree5ea39d7ac50314681104630e1298a425038837d7 /README.md
parentff6523c37e132605c0945bdc49f15b75b0566d2e (diff)
downloadservo-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.md2
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" \