Merge pull request #393 from tanersener/android-4.5.1-1-doc-update

Android 4.5.1-1 doc update
pull/396/head
Taner Şener 3 years ago committed by GitHub
commit f8c5b16bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/android-build-scripts.yml
  2. 6
      .github/workflows/ios-build-scripts.yml
  3. 6
      .github/workflows/macos-build-scripts.yml
  4. 6
      .github/workflows/tvos-build-scripts.yml
  5. 2
      android/README.md

@ -5,9 +5,15 @@ on:
branches:
- development
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
jobs:
build-main-on-linux:

@ -5,9 +5,15 @@ on:
branches:
- development
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
jobs:
build-main-on-macos-bigsur:

@ -5,9 +5,15 @@ on:
branches:
- development
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
jobs:
build-main-on-macos-bigsur:

@ -5,9 +5,15 @@ on:
branches:
- development
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- 'docs/**'
jobs:
build-main-on-macos-bigsur:

@ -77,7 +77,7 @@ All libraries created by `android.sh` can be found under the `prebuilt` director
}
dependencies {
implementation 'com.arthenica:ffmpeg-kit-full:4.5.1'
implementation 'com.arthenica:ffmpeg-kit-full:4.5.1-1'
}
```

Loading…
Cancel
Save