feat: update android and ios files

pull/1125/head
Pranjal Jately 3 months ago
parent 35b99c02f8
commit b4db70915a
  1. 4
      react-native/android/build.gradle
  2. 2
      react-native/ffmpeg-kit-react-native.podspec

@ -125,5 +125,7 @@ repositories {
dependencies {
api 'com.facebook.react:react-native:+'
implementation 'com.arthenica:ffmpeg-kit-' + safePackageName(safeExtGet('ffmpegKitPackage', 'https')) + ':' + safePackageVersion(safeExtGet('ffmpegKitPackage', 'https'))
// https://mvnrepository.com/artifact/com.arthenica/smart-exception-java
implementation group: 'com.arthenica', name: 'smart-exception-java', version: '0.2.1'
api project(':ffmpeg-kit-binaries')
}

@ -128,7 +128,7 @@ Pod::Spec.new do |s|
s.subspec 'full-gpl-lts' do |ss|
ss.source_files = '**/FFmpegKitReactNativeModule.m',
'**/FFmpegKitReactNativeModule.h'
ss.dependency 'ffmpeg-kit-ios-full-gpl', "6.0.LTS"
ss.resource = 'https://github.com/pranjal-easy-peasy/ffmpeg-kit/releases/download/v6.0/ffmpeg-kit-full-gpl-6.0.LTS-ios-framework.zip'
ss.ios.deployment_target = '10'
end

Loading…
Cancel
Save