Skip to content

Commit 0154f51

Browse files
authored
docs(dependencies): update to latest Capacitor (#2599)
1 parent 4f0e749 commit 0154f51

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/docs-md/getting-started/dependencies.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ For building iOS apps, Capacitor requires a **Mac with Xcode 11 or above**. Soon
2525

2626
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`).
2727

28-
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.
28+
As a rule, the latest version of Capacitor always supports at least the last two iOS versions.
2929

30-
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).
30+
Capacitor 2.0 supports iOS 11+.
3131

3232
Capacitor uses the WKWebView.
3333

3434
## Android Development
3535

36-
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.
37-
3836
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.
3937

4038
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.

0 commit comments

Comments
 (0)