Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marpies committed Nov 9, 2020
1 parent 27dc879 commit 93d0c49
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Development of this extension is supported by [Master Tigra, Inc.](https://githu

## Native SDK versions

* [iOS](ios/VK/VK/VKSdkVersion.h#L23) `v1.4.4`
* [iOS](ios/VK/VK/VKSdkVersion.h#L23) `v1.4.7`
* [Android](android/src/com/vk/sdk/VKSdkVersion.java#L28) `v1.6.7`

## Getting started
Expand All @@ -30,14 +30,16 @@ First, add the extension's ID to the `extensions` element.
</extensions>
```

If you are targeting Android, add the following extension from [this repository](https://github.com/marpies/android-dependency-anes) as well (unless you know the Android Support library is included by some other extension):
If you are targeting Android, add the following extension from [this repository](https://github.com/distriqt/ANE-AndroidSupport) as well:

```xml
<extensions>
<extensionID>com.marpies.ane.androidsupport</extensionID>
<extensionID>androidx.core</extensionID>
</extensions>
```

> Credits to [Distriqt](https://github.com/distriqt) for providing these extensions.
For iOS support, add the following to `iPhone / InfoAdditions` element where `{APP_ID}` is the *Application ID* as specified in your VK dashboard:

```xml
Expand Down Expand Up @@ -282,6 +284,13 @@ The ANE has been written by [Marcel Piestansky](https://twitter.com/marpies) and

## Changelog

#### Novemeber 9, 2020 (v1.3.0)

* Added support for Android 64bit
* Support AndroidX
* Updated VK iOS SDK
* Fixed iOS auth via web view

#### February 12, 2018 (v1.2.0)

* UPDATED app launch from URL (iOS)
Expand Down

0 comments on commit 93d0c49

Please sign in to comment.