You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## [2.5.0]
2
+
3
+
### Removed
4
+
5
+
* 🚨 Removed `createDefaultConfiguration` as the created object is redundant with the `Configuration` documentation and it contains the options that are used per default when the editor is launched without a given configuration.
6
+
7
+
### Added
8
+
9
+
* Added integration and identifier documentation for new smart stickers.
10
+
* Added integration and identifier documentation for new GIF sticker category and stickers.
In order to update VideoEditor SDK for Android replace the version string `7.2.5` 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 `7.6.0` with a [newer release](https://github.com/imgly/vesdk-android-demo/releases).
91
91
92
92
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"`:
93
93
```groovy
@@ -119,6 +119,10 @@ For older React Native versions autolinking is not available and VideoEditor SDK
119
119
include 'assets:overlay-basic'
120
120
include 'assets:sticker-shapes'
121
121
include 'assets:sticker-emoticons'
122
+
include 'assets:sticker-animated'
123
+
124
+
include 'backend:sticker-animated'
125
+
include 'backend:sticker-smart'
122
126
}
123
127
}
124
128
```
@@ -131,7 +135,7 @@ Import the module in your `App.js`:
Each platform requires a separate license file. [Unlock VideoEditor SDK](./index.d.ts#L41-L53) automatically for both platforms with a single line of code via [platform-specific file extensions](https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions):
0 commit comments