From cf0571c0fe8592e20a751b8c9113c95b77dcf510 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Sun, 26 Oct 2025 12:55:09 +0100 Subject: [PATCH] docs: simplify android setup --- docs/setting-up/android.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/setting-up/android.md b/docs/setting-up/android.md index ee46c8b..c6f8195 100644 --- a/docs/setting-up/android.md +++ b/docs/setting-up/android.md @@ -28,13 +28,6 @@ Update `android/build.gradle` with ```groovy title="android/build.gradle" buildscript { - ext { - buildToolsVersion = "a.b.c" - minSdkVersion = x - compileSdkVersion = y - targetSdkVersion = z - googlePlayServicesAuthVersion = "21.3.0" // <--- use this version or newer - } // ... dependencies { // highlight-start