Skip to content

Commit

Permalink
docs(dependencies): update to latest Capacitor (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Mar 18, 2020
1 parent 4f0e749 commit 0154f51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions site/docs-md/getting-started/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0154f51

Please sign in to comment.