Update licenses and switch to ffmpeg-kit-min
This commit is contained in:
parent
3c7f46d75a
commit
8201bb6bae
|
@ -154,7 +154,7 @@ dependencies {
|
|||
*/
|
||||
|
||||
implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0'
|
||||
implementation 'com.arthenica:ffmpeg-kit-full:4.5.1-1.LTS'
|
||||
implementation 'com.arthenica:ffmpeg-kit-min:4.5.1-1.LTS'
|
||||
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
|
||||
|
|
|
@ -526,12 +526,6 @@
|
|||
copyrightHolder: Google Inc.
|
||||
license: The Apache Software License, Version 2.0
|
||||
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
- artifact: androidx.lifecycle:lifecycle-extensions:+
|
||||
name: lifecycle-extensions
|
||||
copyrightHolder: Google Inc.
|
||||
license: The Apache Software License, Version 2.0
|
||||
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
url: https://developer.android.com/topic/libraries/architecture/index.html
|
||||
- artifact: androidx.lifecycle:lifecycle-process:+
|
||||
name: lifecycle-process
|
||||
copyrightHolder: Google Inc.
|
||||
|
@ -955,3 +949,27 @@
|
|||
license: The Apache Software License, Version 2.0
|
||||
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
url: https://developer.android.com/jetpack/androidx/releases/media2
|
||||
- artifact: com.davemorrissey.labs:subsampling-scale-image-view-androidx:+
|
||||
name: subsampling-scale-image-view-androidx
|
||||
copyrightHolder: David Morrissey and contributors
|
||||
license: The Apache Software License, Version 2.0
|
||||
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
url: https://github.com/davemorrissey/subsampling-scale-image-view
|
||||
- artifact: com.arthenica:ffmpeg-kit-min:+
|
||||
name: ffmpeg-kit-min
|
||||
copyrightHolder: Taner Şener
|
||||
license: GNU Lesser General Public License, Version 3
|
||||
licenseUrl: https://www.gnu.org/licenses/lgpl-3.0.txt
|
||||
url: https://github.com/tanersener/ffmpeg-kit
|
||||
- artifact: com.arthenica:smart-exception-java:+
|
||||
name: smart-exception-java
|
||||
copyrightHolder: Taner Şener
|
||||
license: The 3-Clause BSD License
|
||||
licenseUrl: https://opensource.org/licenses/BSD-3-Clause
|
||||
url: https://github.com/tanersener/smart-exception
|
||||
- artifact: com.arthenica:smart-exception-common:+
|
||||
name: smart-exception-common
|
||||
copyrightHolder: Taner Şener
|
||||
license: The 3-Clause BSD License
|
||||
licenseUrl: https://opensource.org/licenses/BSD-3-Clause
|
||||
url: https://github.com/tanersener/smart-exception
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue