Skip to content

Commit 63fc30b

Browse files
committed
Add version 2.6.1
1 parent 889da9e commit 63fc30b

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## [2.6.0]
1+
## [2.6.1]
22

3-
### Added
3+
### Changed
44

5-
* Support for Android version 8.0.4 upwards.
5+
* [Android] Raised minimum VideoEditor SDK for Android version to 8.0.8.
66

7-
## Changed
7+
## [2.6.0]
8+
9+
### Changed
810

9-
* Minimal version 8.0.4.
11+
* [Android] Added support for VideoEditor SDK for Android version 8.0.4 and above.
12+
* [Android] Raised minimum VideoEditor SDK for Android version to 8.0.4.
1013

1114
## [2.5.0]
1215

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ For older React Native versions autolinking is not available and VideoEditor SDK
8383
}
8484
dependencies {
8585
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
86-
classpath 'ly.img.android.sdk:plugin:8.0.4'
86+
classpath 'ly.img.android.sdk:plugin:8.0.8'
8787
}
8888
}
8989
```
90-
In order to update VideoEditor SDK for Android replace the version string `8.0.4` with a [newer release](https://github.com/imgly/vesdk-android-demo/releases).
90+
In order to update VideoEditor SDK for Android replace the version string `8.0.8` with a [newer release](https://github.com/imgly/vesdk-android-demo/releases).
9191

9292
3. Configure VideoEditor SDK for Android by opening the `android/app/build.gradle` file (**not** `android/build.gradle`) and adding the following lines under `apply plugin: "com.android.application"`:
9393
```groovy

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ imglyConfig {
2020
}
2121
}
2222

23-
def MIN_LY_IMG_ANDROID_SDK_PLUGIN_VERSION = "8.0.4"
23+
def MIN_LY_IMG_ANDROID_SDK_PLUGIN_VERSION = "8.0.8"
2424

2525
task checkVersion {
2626
if (imglyConfig.convertToVersionNumber(imglyConfig.getVersion()) < imglyConfig.convertToVersionNumber(MIN_LY_IMG_ANDROID_SDK_PLUGIN_VERSION)) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-videoeditorsdk",
33
"title": "React Native module for VideoEditor SDK",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
66
"main": "index.js",
77
"typings": "index.d.ts",

0 commit comments

Comments
 (0)