You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-19Lines changed: 3 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,23 +41,7 @@ cd ios
41
41
pod install
42
42
```
43
43
44
-
4. (Android only) Add the following to `android/app/build.gradle`
45
-
46
-
```
47
-
android {
48
-
// make sure to use 23.0.3 or greater
49
-
buildToolsVersion '23.0.3'
50
-
51
-
// ...
52
-
defaultConfig {
53
-
// Add these lines below the existing config
54
-
renderscriptTargetApi 23
55
-
renderscriptSupportModeEnabled true
56
-
}
57
-
}
58
-
```
59
-
60
-
5. (Android only, optional)
44
+
4. (Android only, optional)
61
45
If you've defined _[project-wide properties](https://developer.android.com/studio/build/gradle-tips.html)_ (**recommended**) in your root `build.gradle`, this library will detect the presence of the following properties:
0 commit comments