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: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Add the plugin package to the `pubspec.yaml` file in your project:
30
30
31
31
```yaml
32
32
dependencies:
33
-
video_editor_sdk: ^2.7.0
33
+
video_editor_sdk: ^2.7.1
34
34
```
35
35
36
36
Install the new dependency:
@@ -107,13 +107,13 @@ Run with --stacktrace option to get the stack trace. Run with --info or --debug
107
107
}
108
108
dependencies {
109
109
...
110
-
+ classpath 'ly.img.android.sdk:plugin:10.3.1'
110
+
+ classpath 'ly.img.android.sdk:plugin:10.4.0'
111
111
...
112
112
}
113
113
}
114
114
```
115
115
116
-
In order to update VideoEditor SDK for Android replace the version string `10.3.1` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
116
+
In order to update VideoEditor SDK for Android replace the version string `10.4.0` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
117
117
118
118
2. Still in the `android/build.gradle` file (**not**`android/app/build.gradle`), add these lines at the bottom:
0 commit comments