diff --git a/site/docs-md/getting-started/dependencies.md b/site/docs-md/getting-started/dependencies.md index 93efec0e86..e2dccbab44 100644 --- a/site/docs-md/getting-started/dependencies.md +++ b/site/docs-md/getting-started/dependencies.md @@ -25,16 +25,14 @@ For building iOS apps, Capacitor requires a **Mac with Xcode 11 or above**. Soon Additionally, you'll need to install **[CocoaPods](https://cocoapods.org/)** (`sudo gem install cocoapods`), and install the **Xcode Command Line tools** (either from Xcode, or running `xcode-select --install`). -Once you have CocoaPods installed, update your local repo by running `pod repo update`. You should run this command periodically to ensure you have the latest versions of CocoaPods dependencies. +As a rule, the latest version of Capacitor always supports at least the last two iOS versions. -As a rule, the latest version of Capacitor always supports the last two iOS versions. For example, iOS 11 and iOS 12. For support for older versions of iOS, use an older version of Capacitor (if available). +Capacitor 2.0 supports iOS 11+. Capacitor uses the WKWebView. ## Android Development -First, the **Java 8 JDK** must be installed and [set to the default](https://stackoverflow.com/a/24657630/32140) if you have other versions of the JDK installed. Java 9 does _not_ work at the moment. - Android development requires the **Android SDK** installed with **[Android Studio](https://developer.android.com/studio/index.html)**. Technically, Android Studio isn't required as you can build and run apps using only the Android CLI tools, but it will make building and running your app much easier so we strongly recommend using it. Android version support for Capacitor is more complex than iOS. Currently, we are targeting API level 21 or greater, meaning Android 5.0 (Lollipop) or above. [As of May 2019](https://developer.android.com/about/dashboards), this represents over 89% of the Android market.