Skip to content

Commit fa9c1a8

Browse files
authored
docs: simplify android setup (#84)
1 parent 7c134b7 commit fa9c1a8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/setting-up/android.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ Update `android/build.gradle` with
2828

2929
```groovy title="android/build.gradle"
3030
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-
}
3831
// ...
3932
dependencies {
4033
// highlight-start

0 commit comments

Comments
 (0)