We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c134b7 commit fa9c1a8Copy full SHA for fa9c1a8
1 file changed
docs/setting-up/android.md
@@ -28,13 +28,6 @@ Update `android/build.gradle` with
28
29
```groovy title="android/build.gradle"
30
buildscript {
31
- ext {
32
- buildToolsVersion = "a.b.c"
33
- minSdkVersion = x
34
- compileSdkVersion = y
35
- targetSdkVersion = z
36
- googlePlayServicesAuthVersion = "21.3.0" // <--- use this version or newer
37
- }
38
// ...
39
dependencies {
40
// highlight-start
0 commit comments