Skip to content

Commit

Permalink
Merge pull request #245 from numandev1/fix/android-build-1
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 authored Nov 16, 2023
2 parents 7c7f7a7 + d096b16 commit 2cf1374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/src/oldarch/CompressorSpec.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class CompressorSpec(context: ReactApplicationContext?) : ReactContextB
abstract fun generateFilePath(_extension: String, promise: Promise)
abstract fun getRealPath(path: String, type: String, promise: Promise)
abstract fun getVideoMetaData(filePath: String, promise: Promise)
abstract fun getImageMetaData(String filePath, Promise promise);
abstract fun getImageMetaData(filePath: String, promise: Promise);
abstract fun getFileSize(filePath: String, promise: Promise)
abstract fun compress(fileUrl: String, optionMap: ReadableMap, promise: Promise)
abstract fun cancelCompression(uuid: String)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
"create-thumbnail",
"video-metadata",
"media",
"bitrate"
"bitrate",
"exif",
"metadata"
],
"repository": "https://github.com/numandev1/react-native-compressor",
"author": "numandev1 <muhammadnuman70@gmail.com> (https://github.com/numandev1)",
Expand Down

0 comments on commit 2cf1374

Please sign in to comment.