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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,8 @@ end
73
73
74
74
### Android project configuration
75
75
76
-
1. Make sure to set the `minSdkVersion` to at least 19.
77
-
2. If your `minSdkVersion` is set to 20 or lower, you must enable multidex [(further instructions)](https://developer.android.com/studio/build/multidex).
78
-
3. Make sure your app meets [Google Play's target API level requirements](https://developer.android.com/distribute/best-practices/develop/target-sdk.html).
76
+
1. Make sure to set the `minSdkVersion` to at least 21.
77
+
2. Make sure your app meets [Google Play's target API level requirements](https://developer.android.com/distribute/best-practices/develop/target-sdk.html).
0 commit comments