From b4db70915a7d19d1cad32e7d1ca40b44a0fe0d6c Mon Sep 17 00:00:00 2001 From: Pranjal Jately Date: Wed, 19 Mar 2025 23:40:31 +0000 Subject: [PATCH] feat: update android and ios files --- react-native/android/build.gradle | 4 +++- react-native/ffmpeg-kit-react-native.podspec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/react-native/android/build.gradle b/react-native/android/build.gradle index 2909280..31004c8 100644 --- a/react-native/android/build.gradle +++ b/react-native/android/build.gradle @@ -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') } diff --git a/react-native/ffmpeg-kit-react-native.podspec b/react-native/ffmpeg-kit-react-native.podspec index 889d3e8..a12f307 100644 --- a/react-native/ffmpeg-kit-react-native.podspec +++ b/react-native/ffmpeg-kit-react-native.podspec @@ -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