Skip to content

Commit

Permalink
fix: revert ffmpegkit failed attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 23, 2025
1 parent f5dc982 commit b596647
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def enableSeparateBuildPerCPUArchitecture = true
/**
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
*/
def enableProguardInReleaseBuilds = true
def enableProguardInReleaseBuilds = false

/**
* The preferred build flavor of JavaScriptCore (JSC)
Expand All @@ -88,7 +88,7 @@ android {
namespace "com.noxplay.noxplayer"
defaultConfig {
compileSdk rootProject.ext.compileSdkVersion
applicationId "com.noxplay.noxplayer"
applicationId "com.noxplay.noxplayer.ff"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 379
Expand Down
4 changes: 1 addition & 3 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

-dontwarn com.arthenica.smartexception.java.Exceptions
# Add any project specific keep options here:
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
tools:targetApi="q" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.noxplay.noxplayer.provider"
android:authorities="com.noxplay.noxplayer.ff.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down
2 changes: 0 additions & 2 deletions android/ffmpeg-kit-binaries/build.gradle.kts

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins { id("com.facebook.react.settings") }
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }

rootProject.name = 'azusa-player-mobile'
include ':ffmpeg-kit-binaries'
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"expo-keep-awake": "~14.0.2",
"expo-secure-store": "~14.0.1",
"fflate": "^0.8.2",
"ffmpeg-kit-react-native": "https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?5e440832f1641c5209c561e434f166ef83593465",
"ffmpeg-kit-react-native": "https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?fbbc6d03202f2e35cce831d4dd16e2cf97a127c6",
"he": "^1.2.0",
"i18next": "23.16.8",
"intl-pluralrules": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5647,7 +5647,7 @@ __metadata:
expo-keep-awake: "npm:~14.0.2"
expo-secure-store: "npm:~14.0.1"
fflate: "npm:^0.8.2"
ffmpeg-kit-react-native: "https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?5e440832f1641c5209c561e434f166ef83593465"
ffmpeg-kit-react-native: "https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?fbbc6d03202f2e35cce831d4dd16e2cf97a127c6"
gts: "npm:^6.0.2"
he: "npm:^1.2.0"
i18next: "npm:23.16.8"
Expand Down Expand Up @@ -9380,13 +9380,13 @@ __metadata:
languageName: node
linkType: hard

"ffmpeg-kit-react-native@https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?5e440832f1641c5209c561e434f166ef83593465":
"ffmpeg-kit-react-native@https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?fbbc6d03202f2e35cce831d4dd16e2cf97a127c6":
version: 6.0.2
resolution: "ffmpeg-kit-react-native@https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?5e440832f1641c5209c561e434f166ef83593465"
resolution: "ffmpeg-kit-react-native@https://gitpkg.vercel.app/lovegaoshi/ffmpeg-kit/react-native?fbbc6d03202f2e35cce831d4dd16e2cf97a127c6"
peerDependencies:
react: "*"
react-native: "*"
checksum: 10c0/0442fe0f91ee945e26a87ccf2d0a7fedb0ffcf1d72112dc16d309b75e17aa22f63b1125c07657a59d062e266f8f6f3ba2568548140bf0f807f64f31851b880f4
checksum: 10c0/8413c394e3768ce04744ae9881aaa5d0d82d14f1c2c5f84390d0250fbe65191de42fadcd25099aaec01a36bd03966ff8c5de1d5fc17f957ff8afdbb2bac8dcd9
languageName: node
linkType: hard

Expand Down

0 comments on commit b596647

Please sign in to comment.