Skip to content

Commit

Permalink
feat: nwe arch
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 21, 2025
1 parent 366e28f commit 6f4698a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ android {
namespace "com.noxplay.noxplayer"
defaultConfig {
compileSdk rootProject.ext.compileSdkVersion
applicationId "com.noxplay.noxplayer"
applicationId "com.noxplay.noxplayer.new"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 379
Expand Down
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.new.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">APM</string>
<string name="app_name">APM.new</string>
<string name="resume">继续播放</string>
<string name="play_all">全部播放</string>
<string name="safe_mode">安全模式</string>
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">APM</string>
<string name="app_name">APM.new</string>
<string name="resume">Resume</string>
<string name="play_all">Play All</string>
<string name="safe_mode">Safe Mode</string>
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# your application. You should enable this flag either if you want
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=false
newArchEnabled=true

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
Expand Down

0 comments on commit 6f4698a

Please sign in to comment.